File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 30
30
runs-on : ubuntu-latest
31
31
steps :
32
32
- name : " Harden Runner"
33
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
33
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
34
34
with :
35
35
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
36
36
Original file line number Diff line number Diff line change 33
33
runs-on : ubuntu-latest
34
34
steps :
35
35
- name : " Harden Runner"
36
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
36
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
37
37
with :
38
38
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
39
39
- name : " Checkout"
Original file line number Diff line number Diff line change 42
42
ec2-instance-id : ${{ steps.start-ec2-runner.outputs.ec2-instance-id }}
43
43
steps :
44
44
- name : " Harden Runner"
45
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
45
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
46
46
with :
47
47
egress-policy : audit
48
48
84
84
85
85
steps :
86
86
- name : " Harden Runner"
87
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
87
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
88
88
with :
89
89
egress-policy : audit
90
90
@@ -182,7 +182,7 @@ jobs:
182
182
if : ${{ always() }}
183
183
steps :
184
184
- name : " Harden Runner"
185
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
185
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
186
186
with :
187
187
egress-policy : audit
188
188
Original file line number Diff line number Diff line change 21
21
steps :
22
22
- name : " Harden Runner"
23
23
# v2.10.1
24
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7
24
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f
25
25
with :
26
26
egress-policy : audit
27
27
62
62
steps :
63
63
- name : " Harden Runner"
64
64
# v2.10.1
65
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7
65
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f
66
66
with :
67
67
egress-policy : audit
68
68
- name : Install Packages
@@ -266,7 +266,7 @@ jobs:
266
266
steps :
267
267
- name : " Harden Runner"
268
268
# v2.10.1
269
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7
269
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f
270
270
with :
271
271
egress-policy : audit
272
272
@@ -293,7 +293,7 @@ jobs:
293
293
steps :
294
294
- name : " Harden Runner"
295
295
# v2.10.1
296
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7
296
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f
297
297
with :
298
298
egress-policy : audit
299
299
Original file line number Diff line number Diff line change 58
58
tox -e mypy
59
59
steps :
60
60
- name : " Harden Runner"
61
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
61
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
62
62
with :
63
63
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
64
64
Original file line number Diff line number Diff line change 37
37
runs-on : ubuntu-latest
38
38
steps :
39
39
- name : " Harden Runner"
40
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
40
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
41
41
with :
42
42
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
43
43
66
66
67
67
steps :
68
68
- name : " Harden Runner"
69
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
69
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
70
70
with :
71
71
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
72
72
98
98
99
99
steps :
100
100
- name : " Harden Runner"
101
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
101
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
102
102
with :
103
103
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
104
104
Original file line number Diff line number Diff line change 24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
- name : " Harden Runner"
27
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
27
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
28
28
with :
29
29
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
30
30
You can’t perform that action at this time.
0 commit comments