File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 61
61
retention-days : 5
62
62
63
63
- name : generate build provenance (binaries)
64
- uses : actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
64
+ uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
65
65
with :
66
66
subject-path : " ${{ github.workspace }}/dist/*.*"
67
67
@@ -71,13 +71,13 @@ jobs:
71
71
run : .ci/get-docker-provenance.sh
72
72
73
73
- name : generate build provenance (containers x86_64)
74
- uses : actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
74
+ uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
75
75
with :
76
76
subject-name : ${{ steps.image.outputs.name_1 }}
77
77
subject-digest : ${{ steps.image.outputs.digest_1 }}
78
78
79
79
- name : generate build provenance (containers arm64)
80
- uses : actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
80
+ uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
81
81
with :
82
82
subject-name : ${{ steps.image.outputs.name_2 }}
83
83
subject-digest : ${{ steps.image.outputs.digest_2 }}
You can’t perform that action at this time.
0 commit comments