From bf70c94f8e5cd2a1ae086cb6086f0a8f18711062 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 22:05:19 +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.7. - [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...d8a2c0130026bf585de5c176ab8f7ce62d75bf04) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-version: 0.20.7 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..e2278baa 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@d8a2c0130026bf585de5c176ab8f7ce62d75bf04 - name: Generate SBOM file - uses: anchore/sbom-action@06e109483e6aa305a2b2395eabae554e51530e1d + uses: anchore/sbom-action@d8a2c0130026bf585de5c176ab8f7ce62d75bf04 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@d8a2c0130026bf585de5c176ab8f7ce62d75bf04 with: sbom-artifact-match: ".*\\.spdx$"