From b6745f3a01dd3c490b31ce8233151492840c3043 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 22:02:57 +0000 Subject: [PATCH] :arrow_up:upgrade(ci): Bump anchore/sbom-action/publish-sbom Bumps [anchore/sbom-action/publish-sbom](https://github.com/anchore/sbom-action) from 0.17.9 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/df80a981bc6edbc4e220a492d3cbe9f5547a6e75...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 e80419d..ea7f46b 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -74,6 +74,6 @@ jobs: dependency-snapshot: true - name: Publish SBOM File - uses: anchore/sbom-action/publish-sbom@df80a981bc6edbc4e220a492d3cbe9f5547a6e75 + uses: anchore/sbom-action/publish-sbom@e22c389904149dbc22b58101806040fa8d37a610 with: sbom-artifact-match: ".*\\.spdx$"