From 7f639955ca7b6213c4cda403384464e1d5e2e746 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 22:02:44 +0000 Subject: [PATCH] upgrade(ci): bump anchore/sbom-action/publish-sbom in /.github/workflows Bumps [anchore/sbom-action/publish-sbom](https://github.com/anchore/sbom-action) from 0.13.1 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/06e109483e6aa305a2b2395eabae554e51530e1d...e22c389904149dbc22b58101806040fa8d37a610) --- updated-dependencies: - dependency-name: anchore/sbom-action/publish-sbom dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 533a400d..7044f79c 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -64,6 +64,6 @@ jobs: dependency-snapshot: true - name: Publish SBOM File - uses: anchore/sbom-action/publish-sbom@06e109483e6aa305a2b2395eabae554e51530e1d + uses: anchore/sbom-action/publish-sbom@e22c389904149dbc22b58101806040fa8d37a610 with: sbom-artifact-match: ".*\\.spdx$"