From ffc003b911bcc26aa1dc30176c22b60bb29c389e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 03:34:11 +0000 Subject: [PATCH] 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/_build-reusable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_build-reusable.yml b/.github/workflows/_build-reusable.yml index 51fc2ad..2917ed5 100644 --- a/.github/workflows/_build-reusable.yml +++ b/.github/workflows/_build-reusable.yml @@ -65,7 +65,7 @@ jobs: cyclonedx-py environment -o sbom.cdx.json --output-format json - name: Generate SBOM (SPDX) - uses: anchore/sbom-action@17ae1740179002c89186b61233e0f892c3118b11 # v0.23.0 + uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610 # v0.24.0 with: artifact-name: sbom.spdx.json output-file: sbom.spdx.json