32
32
continue-on-error : ${{ matrix.rust == 'beta' }}
33
33
steps :
34
34
- name : Harden the runner (Audit all outbound calls)
35
- uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
35
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
36
36
with :
37
37
egress-policy : audit
38
38
61
61
runs-on : ubuntu-latest
62
62
steps :
63
63
- name : Harden the runner (Audit all outbound calls)
64
- uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
64
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
65
65
with :
66
66
egress-policy : audit
67
67
89
89
runs-on : ubuntu-latest # TODO: Check if this could be covered for Windows. The step used currently fails on Windows.
90
90
steps :
91
91
- name : Harden the runner (Audit all outbound calls)
92
- uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
92
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
93
93
with :
94
94
egress-policy : audit
95
95
@@ -112,7 +112,7 @@ jobs:
112
112
continue-on-error : true
113
113
steps :
114
114
- name : Harden the runner (Audit all outbound calls)
115
- uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
115
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
116
116
with :
117
117
egress-policy : audit
118
118
@@ -132,7 +132,7 @@ jobs:
132
132
continue-on-error : true # Prevent sudden announcement of a new advisory from failing ci
133
133
steps :
134
134
- name : Harden the runner (Audit all outbound calls)
135
- uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
135
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
136
136
with :
137
137
egress-policy : audit
138
138
@@ -163,7 +163,7 @@ jobs:
163
163
runs-on : ubuntu-latest
164
164
steps :
165
165
- name : Harden the runner (Audit all outbound calls)
166
- uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
166
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
167
167
with :
168
168
egress-policy : audit
169
169
@@ -186,7 +186,7 @@ jobs:
186
186
if : ${{ ! contains(github.event.pull_request.labels.*.name, 'dependencies') }}
187
187
steps :
188
188
- name : Harden the runner (Audit all outbound calls)
189
- uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
189
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
190
190
with :
191
191
egress-policy : audit
192
192
@@ -218,7 +218,7 @@ jobs:
218
218
runs-on : ubuntu-latest
219
219
steps :
220
220
- name : Harden the runner (Audit all outbound calls)
221
- uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
221
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
222
222
with :
223
223
egress-policy : audit
224
224
0 commit comments