From 8312cb4cde84df7a1e87403aad39a0f0c8b0330f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 14:22:34 +0000 Subject: [PATCH] chore(deps): bump anchore/sbom-action from 0.23.0 to 0.24.0 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.23.0 to 0.24.0. - [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/17ae1740179002c89186b61233e0f892c3118b11...e22c389904149dbc22b58101806040fa8d37a610) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/staging.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b4131ac..5f57fcd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -247,7 +247,7 @@ jobs: push-to-registry: true - name: Generate image SBOM (SPDX JSON) - uses: anchore/sbom-action@17ae1740179002c89186b61233e0f892c3118b11 + uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610 with: image: ${{ env.REGISTRY }}/${{ steps.image_repo.outputs.value }}@${{ steps.build_image.outputs.digest }} format: spdx-json diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index ce11166..6a3d681 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -260,7 +260,7 @@ jobs: push-to-registry: true - name: Generate image SBOM (SPDX JSON) - uses: anchore/sbom-action@17ae1740179002c89186b61233e0f892c3118b11 + uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610 with: image: ${{ env.REGISTRY }}/${{ steps.image_repo.outputs.value }}@${{ steps.build_image.outputs.digest }} format: spdx-json