File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
- name : Attest generated files
107
107
if : github.repository == 'tldr-pages/tldr' && github.ref == 'refs/heads/main'
108
108
id : attest
109
- uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
109
+ uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
110
110
continue-on-error : true # prevent failing when no pages are modified
111
111
with :
112
112
subject-path : ${{ env.subject_path }}
Original file line number Diff line number Diff line change 43
43
- name : Attest copied assets
44
44
if : github.repository == 'tldr-pages/tldr'
45
45
id : attest
46
- uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
46
+ uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
47
47
with :
48
48
subject-path : ${{ env.subject_path }}
49
49
You can’t perform that action at this time.
0 commit comments