diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5e62836..d152491 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -119,12 +119,12 @@ jobs: sha256sum "${tarballs[0]}" > .release/SHA256SUMS - name: Attest build provenance - uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0 + uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.1 with: subject-path: ${{ env.PACKAGE_TARBALL }} - name: Attest CycloneDX SBOM - uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0 + uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.1 with: subject-path: ${{ env.PACKAGE_TARBALL }} sbom-path: .release/sbom.cdx.json