diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 533a400d..4c3f0c9c 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@aa0e114b2e19480f157109b9922bda359bd98b90 - name: Generate SBOM file - uses: anchore/sbom-action@06e109483e6aa305a2b2395eabae554e51530e1d + uses: anchore/sbom-action@aa0e114b2e19480f157109b9922bda359bd98b90 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@aa0e114b2e19480f157109b9922bda359bd98b90 with: sbom-artifact-match: ".*\\.spdx$"