diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e0e68ca..2da9662 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -37,12 +37,12 @@ jobs: tag: ${{ github.ref }} overwrite: true asset_name: slsa-provenance.json - - uses: anchore/sbom-action@422cb34a0f8b599678c41b21163ea6088edb2624 # ratchet:anchore/sbom-action@v0.14.1 + - uses: anchore/sbom-action@cee1b8e05ae5b2593a75e197229729eabaa9f8ec # ratchet:anchore/sbom-action@v0.20.2 with: artifact-name: sbom.spdx.json github-token: ${{ secrets.RELEASE_TOKEN }} - name: publish SBOM assets - uses: anchore/sbom-action/publish-sbom@422cb34a0f8b599678c41b21163ea6088edb2624 # ratchet:anchore/sbom-action/publish-sbom@v0.14.1 + uses: anchore/sbom-action/publish-sbom@cee1b8e05ae5b2593a75e197229729eabaa9f8ec # ratchet:anchore/sbom-action/publish-sbom@v0.20.2 with: sbom-artifact-match: ".*\\.spdx\\.json$" github-token: ${{ secrets.RELEASE_TOKEN }}