diff --git a/.github/workflows/release-docker-ghcr.yml b/.github/workflows/release-docker-ghcr.yml index 3e6e994..07952cc 100644 --- a/.github/workflows/release-docker-ghcr.yml +++ b/.github/workflows/release-docker-ghcr.yml @@ -73,7 +73,7 @@ jobs: VERSION=${{ github.ref_name }} - name: Generate artifact attestation (${{ matrix.arch }}) - uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0 + uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1 with: subject-name: ghcr.io/${{ env.REPO_LC }} subject-digest: ${{ steps.push.outputs.digest }} @@ -139,7 +139,7 @@ jobs: echo "digest=${DIGEST}" >> $GITHUB_OUTPUT - 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/${{ env.REPO_LC }} subject-digest: ${{ steps.push.outputs.digest }}