diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index 465f6f6..31945af 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -141,7 +141,7 @@ jobs: - name: Generate artifact attestation if: github.event_name != 'pull_request' - uses: actions/attest-build-provenance@v2 + uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4 with: subject-name: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ matrix.app }} subject-digest: ${{ steps.build.outputs.digest }}