From 4b945e39f42122c299d97ffa343c4b52b7e5939f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 23:05:42 +0000 Subject: [PATCH] upgrade(ci): bump anchore/sbom-action in /.github/workflows Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.13.1 to 0.20.11. - [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...43a17d6e7add2b5535efe4dcae9952337c479a93) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-version: 0.20.11 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/push.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 533a400d..5c03335e 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -54,16 +54,16 @@ jobs: - name: Downloading Syft id: syft - uses: anchore/sbom-action/download-syft@06e109483e6aa305a2b2395eabae554e51530e1d + uses: anchore/sbom-action/download-syft@43a17d6e7add2b5535efe4dcae9952337c479a93 - name: Generate SBOM file - uses: anchore/sbom-action@06e109483e6aa305a2b2395eabae554e51530e1d + uses: anchore/sbom-action@43a17d6e7add2b5535efe4dcae9952337c479a93 with: artifact-name: sbom.spdx format: spdx dependency-snapshot: true - name: Publish SBOM File - uses: anchore/sbom-action/publish-sbom@06e109483e6aa305a2b2395eabae554e51530e1d + uses: anchore/sbom-action/publish-sbom@43a17d6e7add2b5535efe4dcae9952337c479a93 with: sbom-artifact-match: ".*\\.spdx$"