From 2f27970a9cff6d971f300983fb816af6d57e6970 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 08:05:31 +0000 Subject: [PATCH] chore(deps)(deps): bump anchore/sbom-action Bumps the all-dependencies group with 1 update: [anchore/sbom-action](https://github.com/anchore/sbom-action). Updates `anchore/sbom-action` from 0.24.0 to 0.24.1 - [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...aa80c8c5bd439a416a62804f2151ab38c671a638) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-version: 0.24.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index cb30e172..47f67b9e 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -711,7 +711,7 @@ jobs: # built this" but "what is inside it". Both are needed to respond to a # published CVE without guessing. - name: Generate SBOM - uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610 # v0.24.0 + uses: anchore/sbom-action@aa80c8c5bd439a416a62804f2151ab38c671a638 # v0.24.1 with: path: ./repo format: cyclonedx-json