diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b25c86f..687e409 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -275,7 +275,7 @@ jobs: mkdir -p "${RUNNER_TEMP}/meta" printf '%s' "${DIGEST}" > "${RUNNER_TEMP}/meta/digest-${ARCH}.txt" - - uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1 + - uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4.2.2 if: ${{ github.event_name != 'pull_request' }} with: subject-name: ${{ env.IMAGE }} @@ -389,7 +389,7 @@ jobs: # Index-level attestations are what `gh attestation verify oci://...:1` # and `cosign verify` resolve a tag to. Without them, tag-based # verification finds nothing. - - uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1 + - uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4.2.2 with: subject-name: ${{ env.IMAGE }} subject-digest: ${{ steps.merge.outputs.index-digest }}