From 871447d7b73eba595fa9bb32fc6e32be92e57d46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Jan 2026 03:18:46 +0000 Subject: [PATCH] chore(deps): update anchore/sbom-action action to v0.21.0 --- .github/workflows/docker-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 7b9b1e56..4b4e7ff2 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -235,7 +235,7 @@ jobs: # Generate SBOM (Software Bill of Materials) for supply chain security - name: Generate SBOM - uses: anchore/sbom-action@61119d458adab75f756bc0b9e4bde25725f86a7a # v0.17.2 + uses: anchore/sbom-action@a930d0ac434e3182448fe678398ba5713717112a # v0.21.0 if: github.event_name != 'pull_request' && steps.skip.outputs.skip_build != 'true' with: image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@${{ steps.build-and-push.outputs.digest }}