From 0a725a31700dfe81d40eca6f21431594c12b4d8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 11:12:03 +0000 Subject: [PATCH] chore(actions)(deps): bump anchore/sbom-action from 0.18.0 to 0.24.0 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.18.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/f325610c9f50a54015d37c8d16cb3b0e2c8f4de0...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/bridge-release.yml | 2 +- .github/workflows/cli-release.yml | 2 +- .github/workflows/python-release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bridge-release.yml b/.github/workflows/bridge-release.yml index e04dffd..c6de076 100644 --- a/.github/workflows/bridge-release.yml +++ b/.github/workflows/bridge-release.yml @@ -144,7 +144,7 @@ jobs: # Phase 6.1 — CycloneDX SBOM for the bridge source tree. Attached # to the GH release alongside the binaries. - name: Generate CycloneDX SBOM - uses: anchore/sbom-action@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # pin v0.18.0 + uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610 # pin v0.24.0 with: path: bridge format: cyclonedx-json diff --git a/.github/workflows/cli-release.yml b/.github/workflows/cli-release.yml index aa040ba..0638541 100644 --- a/.github/workflows/cli-release.yml +++ b/.github/workflows/cli-release.yml @@ -282,7 +282,7 @@ jobs: # procurement checkbox. Uses Syft under the hood via Anchore's # reusable action. - name: Generate CycloneDX SBOM - uses: anchore/sbom-action@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # pin v0.18.0 + uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610 # pin v0.24.0 with: path: cli format: cyclonedx-json diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index 99f8125..6b56585 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -136,7 +136,7 @@ jobs: run: mkdir -p publishers/python/sbom - name: Generate CycloneDX SBOM - uses: anchore/sbom-action@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # pin v0.18.0 + uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610 # pin v0.24.0 with: path: publishers/python format: cyclonedx-json