From f54fbcfff88af4e2b98a9c9f8fff753e3249773c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 22:16:03 +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.5. - [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...da167eac915b4e86f08b264dbdbc867b61be6f0c) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-version: 0.20.5 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..b696932e 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@da167eac915b4e86f08b264dbdbc867b61be6f0c - name: Generate SBOM file - uses: anchore/sbom-action@06e109483e6aa305a2b2395eabae554e51530e1d + uses: anchore/sbom-action@da167eac915b4e86f08b264dbdbc867b61be6f0c 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@da167eac915b4e86f08b264dbdbc867b61be6f0c with: sbom-artifact-match: ".*\\.spdx$"