diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 8d5d369..bbdce76 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -240,7 +240,7 @@ jobs: # Attestation (releases only) - name: Generate attestation if: github.event_name == 'release' - uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0 + uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1 with: subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} subject-digest: ${{ steps.build-release.outputs.digest }}