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 24
24
codemods_files : ${{ steps.filter.outputs.codemods_files }}
25
25
steps :
26
26
- name : Harden the runner (Audit all outbound calls)
27
- uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf
27
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0
28
28
with :
29
29
egress-policy : audit
30
30
47
47
codemod_files : ${{ steps.set-matrix.outputs.codemod_files }}
48
48
steps :
49
49
- name : Harden the runner (Audit all outbound calls)
50
- uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf
50
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0
51
51
with :
52
52
egress-policy : audit
53
53
74
74
CODEMOD_API_KEY : ${{ secrets.CODEMOD_API_KEY }}
75
75
steps :
76
76
- name : Harden the runner (Audit all outbound calls)
77
- uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf
77
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0
78
78
with :
79
79
egress-policy : audit
80
80
You can’t perform that action at this time.
0 commit comments