From c7752cbea263575414c176e7d07bd764be53c701 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 22:04:13 +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.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/df80a981bc6edbc4e220a492d3cbe9f5547a6e75...aa80c8c5bd439a416a62804f2151ab38c671a638) --- updated-dependencies: - dependency-name: anchore/sbom-action/publish-sbom dependency-version: 0.24.1 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 c457af3..6913bb7 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@aa80c8c5bd439a416a62804f2151ab38c671a638 with: sbom-artifact-match: ".*\\.spdx$"