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@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
35
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.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@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
64
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.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@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
92
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
93
93
with :
94
94
egress-policy : audit
95
95
@@ -114,7 +114,7 @@ jobs:
114
114
continue-on-error : true
115
115
steps :
116
116
- name : Harden the runner (Audit all outbound calls)
117
- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
117
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
118
118
with :
119
119
egress-policy : audit
120
120
@@ -137,7 +137,7 @@ jobs:
137
137
continue-on-error : true # Prevent sudden announcement of a new advisory from failing ci
138
138
steps :
139
139
- name : Harden the runner (Audit all outbound calls)
140
- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
140
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
141
141
with :
142
142
egress-policy : audit
143
143
@@ -168,7 +168,7 @@ jobs:
168
168
runs-on : ubuntu-latest
169
169
steps :
170
170
- name : Harden the runner (Audit all outbound calls)
171
- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
171
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
172
172
with :
173
173
egress-policy : audit
174
174
@@ -191,7 +191,7 @@ jobs:
191
191
if : ${{ ! contains(github.event.pull_request.labels.*.name, 'dependencies') }}
192
192
steps :
193
193
- name : Harden the runner (Audit all outbound calls)
194
- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
194
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
195
195
with :
196
196
egress-policy : audit
197
197
@@ -244,7 +244,7 @@ jobs:
244
244
runs-on : ubuntu-latest
245
245
steps :
246
246
- name : Harden the runner (Audit all outbound calls)
247
- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
247
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
248
248
with :
249
249
egress-policy : audit
250
250
0 commit comments