We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d340c12 commit 08963e6Copy full SHA for 08963e6
.github/workflows/_docker-build.yml
@@ -71,7 +71,7 @@ jobs:
71
cache-to: type=gha,mode=min
72
- name: Attest
73
if: ${{ github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork }}
74
- uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.0
+ uses: actions/attest-build-provenance@e4d4f7c39adfa4c260fb5c147f0622000aa14b99 # v4.0.0
75
id: attest
76
with:
77
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
0 commit comments