File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -159,6 +159,10 @@ jobs:
159
159
runs-on : ubuntu-latest
160
160
steps :
161
161
162
+ - uses : step-security/harden-runner@v2
163
+ with :
164
+ egress-policy : audit
165
+
162
166
- name : Checkout
163
167
uses : actions/checkout@v4
164
168
@@ -197,6 +201,10 @@ jobs:
197
201
container : ${{ matrix.image }}
198
202
steps :
199
203
204
+ - uses : step-security/harden-runner@v2
205
+ with :
206
+ egress-policy : audit
207
+
200
208
- name : Checkout
201
209
uses : actions/checkout@v4
202
210
@@ -228,6 +236,10 @@ jobs:
228
236
runs-on : macos-latest
229
237
steps :
230
238
239
+ - uses : step-security/harden-runner@v2
240
+ with :
241
+ egress-policy : audit
242
+
231
243
- name : Checkout
232
244
uses : actions/checkout@v4
233
245
@@ -270,6 +282,10 @@ jobs:
270
282
runs-on : windows-latest
271
283
steps :
272
284
285
+ - uses : step-security/harden-runner@v2
286
+ with :
287
+ egress-policy : audit
288
+
273
289
- name : Checkout
274
290
uses : actions/checkout@v4
275
291
You can’t perform that action at this time.
0 commit comments