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