From fc30429f32f9d2dafcffac58ee9d78012e203681 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 11:12:50 +0000 Subject: [PATCH 1/2] ci: bump anchore/sbom-action in the github-actions group Bumps the github-actions group with 1 update: [anchore/sbom-action](https://github.com/anchore/sbom-action). Updates `anchore/sbom-action` from 0.24.0 to 0.24.2 - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](https://github.com/anchore/sbom-action/compare/e22c389904149dbc22b58101806040fa8d37a610...3ad7283483fc7af8ff2b4ea19663c2d5ca935e26) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-version: 0.24.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 49be60a..20f2c29 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -33,7 +33,7 @@ jobs: cache-to: type=gha,mode=max,scope=security-amd64 - name: Generate SPDX JSON SBOM - uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610 # v0.24.0 + uses: anchore/sbom-action@3ad7283483fc7af8ff2b4ea19663c2d5ca935e26 # v0.24.2 with: image: webssh-security:${{ github.sha }} format: spdx-json From 3efd7dffa7c410f6b3e9797ac8c88e0de0f76149 Mon Sep 17 00:00:00 2001 From: bifrost0x Date: Tue, 1 Sep 2026 22:12:20 +0200 Subject: [PATCH 2/2] fix: update reviewed sbom action pin --- tests/test_supply_chain_policy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_supply_chain_policy.py b/tests/test_supply_chain_policy.py index f64f99b..3811bce 100644 --- a/tests/test_supply_chain_policy.py +++ b/tests/test_supply_chain_policy.py @@ -36,8 +36,8 @@ 'v5', ), 'anchore/sbom-action': ( - 'e22c389904149dbc22b58101806040fa8d37a610', - 'v0.24.0', + '3ad7283483fc7af8ff2b4ea19663c2d5ca935e26', + 'v0.24.2', ), 'aquasecurity/trivy-action': ( 'ed142fd0673e97e23eac54620cfb913e5ce36c25',