File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ jobs:
33
33
name : Release
34
34
35
35
- name : Generate build provenance (Distribution)
36
- uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
36
+ uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
37
37
with :
38
38
subject-path : " ${{ github.workspace }}/${{ env.RELEASE_DISTRO }}"
39
39
40
40
- name : Generate build provenance (Packages)
41
- uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
41
+ uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
42
42
with :
43
43
subject-path : " ${{ github.workspace }}/${{ env.RELEASE_PACKAGES }}"
44
44
Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ jobs:
41
41
run : ls -al ${{ env.RELEASE_DISTRO }}
42
42
43
43
- name : Generate build provenance (Distribution)
44
- uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
44
+ uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
45
45
with :
46
46
subject-path : " ${{ github.workspace }}/${{ env.RELEASE_DISTRO }}"
47
47
48
48
- name : Generate build provenance (Packages)
49
- uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
49
+ uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
50
50
with :
51
51
subject-path : " ${{ github.workspace }}/${{ env.RELEASE_PACKAGES }}"
52
52
91
91
labels : ${{ steps.docker-meta.outputs.labels }}
92
92
93
93
- name : Attest image
94
- uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
94
+ uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
95
95
continue-on-error : true # continue for now until we see it working in action
96
96
with :
97
97
subject-name : ${{ env.DOCKER_IMAGE_NAME }}
You can’t perform that action at this time.
0 commit comments