diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b6fd8eff..12e43881 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -118,7 +118,7 @@ jobs: registry: ghcr.io - name: Generate artifact attestation - uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0 + uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1 with: subject-name: ghcr.io/sigstore/model-transparency-cli subject-digest: ${{ steps.push_minimal.outputs.digest }} @@ -153,7 +153,7 @@ jobs: registry: ghcr.io - name: Generate artifact attestation - uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0 + uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1 with: subject-name: ghcr.io/sigstore/model-transparency-cli subject-digest: ${{ steps.push_full.outputs.digest }}