From eb0ab2e4c611624b6e0335e5c12b05851f1b6071 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 22:19:39 +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.2. - [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...cee1b8e05ae5b2593a75e197229729eabaa9f8ec) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-version: 0.20.2 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..1dd2da6b 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@cee1b8e05ae5b2593a75e197229729eabaa9f8ec - name: Generate SBOM file - uses: anchore/sbom-action@06e109483e6aa305a2b2395eabae554e51530e1d + uses: anchore/sbom-action@cee1b8e05ae5b2593a75e197229729eabaa9f8ec 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@cee1b8e05ae5b2593a75e197229729eabaa9f8ec with: sbom-artifact-match: ".*\\.spdx$"