We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de6274d commit 42b5712Copy full SHA for 42b5712
1 file changed
.github/workflows/app-builder.yaml
@@ -226,7 +226,7 @@ jobs:
226
image: ghcr.io/${{ github.repository_owner }}/${{ inputs.app }}@${{ needs.merge.outputs.digest }}
227
228
- name: Attestation
229
- uses: actions/attest-build-provenance@e4d4f7c39adfa4c260fb5c147f0622000aa14b99 # v4.0.0
+ uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
230
with:
231
push-to-registry: true
232
subject-name: ghcr.io/${{ github.repository_owner }}/${{ inputs.app }}
0 commit comments