14
14
GITHUB_CREDENTIALS : ${{ secrets.GITHUB_TOKEN }}
15
15
steps :
16
16
- name : Harden Runner
17
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
17
+ uses : step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
18
18
with :
19
19
egress-policy : audit
20
20
31
31
runs-on : ubuntu-latest
32
32
steps :
33
33
- name : Harden Runner
34
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
34
+ uses : step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
35
35
with :
36
36
egress-policy : audit
37
37
45
45
DEPLOYMENT_ENVIRONMENT : CDN
46
46
steps :
47
47
- name : Harden Runner
48
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
48
+ uses : step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
49
49
with :
50
50
egress-policy : audit
51
51
61
61
runs-on : ubuntu-latest
62
62
steps :
63
63
- name : Harden Runner
64
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
64
+ uses : step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
65
65
with :
66
66
egress-policy : audit
67
67
80
80
runs-on : ubuntu-latest
81
81
steps :
82
82
- name : Harden Runner
83
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
83
+ uses : step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
84
84
with :
85
85
egress-policy : audit
86
86
93
93
runs-on : ubuntu-latest
94
94
steps :
95
95
- name : Harden Runner
96
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
96
+ uses : step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
97
97
with :
98
98
egress-policy : audit
99
99
@@ -108,7 +108,7 @@ jobs:
108
108
runs-on : ubuntu-latest
109
109
steps :
110
110
- name : Harden Runner
111
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
111
+ uses : step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
112
112
with :
113
113
egress-policy : audit
114
114
@@ -121,7 +121,7 @@ jobs:
121
121
runs-on : ubuntu-latest
122
122
steps :
123
123
- name : Harden Runner
124
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
124
+ uses : step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
125
125
with :
126
126
egress-policy : audit
127
127
@@ -139,7 +139,7 @@ jobs:
139
139
runs-on : ubuntu-latest
140
140
steps :
141
141
- name : Harden Runner
142
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
142
+ uses : step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
143
143
with :
144
144
egress-policy : audit
145
145
@@ -158,7 +158,7 @@ jobs:
158
158
shardTotal : ${{ steps.determine-tests.outputs.shardTotal }}
159
159
steps :
160
160
- name : Harden Runner
161
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
161
+ uses : step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
162
162
with :
163
163
egress-policy : audit
164
164
@@ -194,7 +194,7 @@ jobs:
194
194
shardTotal : ${{ fromJson(needs.prepare-playwright-atomic.outputs.shardTotal) }}
195
195
steps :
196
196
- name : Harden Runner
197
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
197
+ uses : step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
198
198
with :
199
199
egress-policy : audit
200
200
@@ -215,7 +215,7 @@ jobs:
215
215
runs-on : ubuntu-latest
216
216
steps :
217
217
- name : Harden Runner
218
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
218
+ uses : step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
219
219
with :
220
220
egress-policy : audit
221
221
@@ -309,7 +309,7 @@ jobs:
309
309
]
310
310
steps :
311
311
- name : Harden Runner
312
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
312
+ uses : step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
313
313
with :
314
314
egress-policy : audit
315
315
@@ -326,7 +326,7 @@ jobs:
326
326
runs-on : ubuntu-latest
327
327
steps :
328
328
- name : Harden Runner
329
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
329
+ uses : step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
330
330
with :
331
331
egress-policy : audit
332
332
@@ -339,7 +339,7 @@ jobs:
339
339
runs-on : ubuntu-latest
340
340
steps :
341
341
- name : Harden Runner
342
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
342
+ uses : step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
343
343
with :
344
344
egress-policy : audit
345
345
@@ -352,7 +352,7 @@ jobs:
352
352
runs-on : ubuntu-latest
353
353
steps :
354
354
- name : Harden Runner
355
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
355
+ uses : step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
356
356
with :
357
357
egress-policy : audit
358
358
@@ -365,7 +365,7 @@ jobs:
365
365
runs-on : ubuntu-latest
366
366
steps :
367
367
- name : Harden Runner
368
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
368
+ uses : step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
369
369
with :
370
370
egress-policy : audit
371
371
@@ -379,7 +379,7 @@ jobs:
379
379
runs-on : ubuntu-latest
380
380
steps :
381
381
- name : Harden Runner
382
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
382
+ uses : step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
383
383
with :
384
384
egress-policy : audit
385
385
@@ -392,7 +392,7 @@ jobs:
392
392
runs-on : ubuntu-latest
393
393
steps :
394
394
- name : Harden Runner
395
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
395
+ uses : step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
396
396
with :
397
397
egress-policy : audit
398
398
@@ -405,7 +405,7 @@ jobs:
405
405
runs-on : ubuntu-latest
406
406
steps :
407
407
- name : Harden Runner
408
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
408
+ uses : step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
409
409
with :
410
410
egress-policy : audit
411
411
@@ -418,7 +418,7 @@ jobs:
418
418
runs-on : ubuntu-latest
419
419
steps :
420
420
- name : Harden Runner
421
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
421
+ uses : step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
422
422
with :
423
423
egress-policy : audit
424
424
@@ -432,7 +432,7 @@ jobs:
432
432
runs-on : ubuntu-latest
433
433
steps :
434
434
- name : Harden Runner
435
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
435
+ uses : step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
436
436
with :
437
437
egress-policy : audit
438
438
@@ -446,7 +446,7 @@ jobs:
446
446
runs-on : ubuntu-latest
447
447
steps :
448
448
- name : Harden Runner
449
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
449
+ uses : step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
450
450
with :
451
451
egress-policy : audit
452
452
@@ -459,7 +459,7 @@ jobs:
459
459
runs-on : ubuntu-latest
460
460
steps :
461
461
- name : Harden Runner
462
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
462
+ uses : step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
463
463
with :
464
464
egress-policy : audit
465
465
@@ -472,7 +472,7 @@ jobs:
472
472
runs-on : ubuntu-latest
473
473
steps :
474
474
- name : Harden Runner
475
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
475
+ uses : step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
476
476
with :
477
477
egress-policy : audit
478
478
@@ -485,7 +485,7 @@ jobs:
485
485
runs-on : ubuntu-latest
486
486
steps :
487
487
- name : Harden Runner
488
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
488
+ uses : step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
489
489
with :
490
490
egress-policy : audit
491
491
@@ -498,7 +498,7 @@ jobs:
498
498
runs-on : ubuntu-latest
499
499
steps :
500
500
- name : Harden Runner
501
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
501
+ uses : step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
502
502
with :
503
503
egress-policy : audit
504
504
@@ -513,7 +513,7 @@ jobs:
513
513
shouldRunQuantic : ${{ steps.shouldRunQuantic.outputs.shouldRunQuantic }}
514
514
steps :
515
515
- name : Harden Runner
516
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
516
+ uses : step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
517
517
with :
518
518
egress-policy : audit
519
519
@@ -559,7 +559,7 @@ jobs:
559
559
runs-on : ubuntu-latest
560
560
steps :
561
561
- name : Harden Runner
562
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
562
+ uses : step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
563
563
with :
564
564
egress-policy : audit
565
565
@@ -598,7 +598,7 @@ jobs:
598
598
runs-on : ubuntu-latest
599
599
steps :
600
600
- name : Harden Runner
601
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
601
+ uses : step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
602
602
with :
603
603
egress-policy : audit
604
604
@@ -620,7 +620,7 @@ jobs:
620
620
runs-on : ubuntu-latest
621
621
steps :
622
622
- name : Harden Runner
623
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
623
+ uses : step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
624
624
with :
625
625
egress-policy : audit
626
626
0 commit comments