File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 37
37
latest : ${{ steps.set-matrix.outputs.requireds }}
38
38
steps :
39
39
- name : Harden the runner (Audit all outbound calls)
40
- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
40
+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
41
41
with :
42
42
egress-policy : audit
43
43
57
57
58
58
steps :
59
59
- name : Harden the runner (Audit all outbound calls)
60
- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
60
+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
61
61
with :
62
62
egress-policy : audit
63
63
84
84
85
85
steps :
86
86
- name : Harden the runner (Audit all outbound calls)
87
- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
87
+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
88
88
with :
89
89
egress-policy : audit
90
90
@@ -109,7 +109,7 @@ jobs:
109
109
110
110
steps :
111
111
- name : Harden the runner (Audit all outbound calls)
112
- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
112
+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
113
113
with :
114
114
egress-policy : audit
115
115
@@ -145,7 +145,7 @@ jobs:
145
145
146
146
steps :
147
147
- name : Harden the runner (Audit all outbound calls)
148
- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
148
+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
149
149
with :
150
150
egress-policy : audit
151
151
Original file line number Diff line number Diff line change 27
27
28
28
steps :
29
29
- name : Harden Runner
30
- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
30
+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
31
31
with :
32
32
egress-policy : audit
33
33
You can’t perform that action at this time.
0 commit comments