From b91a992daea192392f52ef4fe8159057e50f86a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 12:15:27 +0000 Subject: [PATCH] Bump SadPossum/GMA-Skeleton/.github/actions/security-baseline Bumps [SadPossum/GMA-Skeleton/.github/actions/security-baseline](https://github.com/sadpossum/gma-skeleton) from 32ec053c78a87f5b5941068eb449e7ae10f51f59 to f34a1b842023fcc2279dca2ffd52adaa1aa58827. - [Release notes](https://github.com/sadpossum/gma-skeleton/releases) - [Commits](https://github.com/sadpossum/gma-skeleton/compare/32ec053c78a87f5b5941068eb449e7ae10f51f59...f34a1b842023fcc2279dca2ffd52adaa1aa58827) --- updated-dependencies: - dependency-name: SadPossum/GMA-Skeleton/.github/actions/security-baseline dependency-version: f34a1b842023fcc2279dca2ffd52adaa1aa58827 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/release-evidence.yml | 2 +- .github/workflows/security.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-evidence.yml b/.github/workflows/release-evidence.yml index d083975..36d6bb8 100644 --- a/.github/workflows/release-evidence.yml +++ b/.github/workflows/release-evidence.yml @@ -41,7 +41,7 @@ jobs: } - name: Scan release source and create SBOM - uses: SadPossum/GMA-Skeleton/.github/actions/security-baseline@32ec053c78a87f5b5941068eb449e7ae10f51f59 + uses: SadPossum/GMA-Skeleton/.github/actions/security-baseline@f34a1b842023fcc2279dca2ffd52adaa1aa58827 with: output-directory: artifacts/release-security exception-file: .gma/security-exceptions.json diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 26cfb68..493a473 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -39,7 +39,7 @@ jobs: run: ./eng/check-repository-release.ps1 - name: Run repository security baseline - uses: SadPossum/GMA-Skeleton/.github/actions/security-baseline@32ec053c78a87f5b5941068eb449e7ae10f51f59 + uses: SadPossum/GMA-Skeleton/.github/actions/security-baseline@f34a1b842023fcc2279dca2ffd52adaa1aa58827 with: exception-file: .gma/security-exceptions.json