From 6349f9ed610335ea51b9d7566b165e731de8b422 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 14:22:30 +0000 Subject: [PATCH] chore(deps): bump anchore/sbom-action from 0.24.0 to 0.24.2 Bumps [anchore/sbom-action](https://github.com/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 ... 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 d95bb73..7ae0f0d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -244,7 +244,7 @@ jobs: push-to-registry: true - name: Generate image SBOM (SPDX JSON) - uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610 + uses: anchore/sbom-action@3ad7283483fc7af8ff2b4ea19663c2d5ca935e26 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 a4c14dd..ea153b9 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -257,7 +257,7 @@ jobs: push-to-registry: true - name: Generate image SBOM (SPDX JSON) - uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610 + uses: anchore/sbom-action@3ad7283483fc7af8ff2b4ea19663c2d5ca935e26 with: image: ${{ env.REGISTRY }}/${{ steps.image_repo.outputs.value }}@${{ steps.build_image.outputs.digest }} format: spdx-json