We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2659bd5 commit de6274dCopy full SHA for de6274d
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@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0
+ uses: actions/attest-build-provenance@e4d4f7c39adfa4c260fb5c147f0622000aa14b99 # v4.0.0
230
with:
231
push-to-registry: true
232
subject-name: ghcr.io/${{ github.repository_owner }}/${{ inputs.app }}
0 commit comments