31
31
continue-on-error : ${{ matrix.rust == 'beta' }}
32
32
steps :
33
33
- name : Harden the runner (Audit all outbound calls)
34
- uses : step-security/harden-runner@v2
34
+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
35
35
with :
36
36
egress-policy : audit
37
37
60
60
runs-on : ubuntu-latest
61
61
steps :
62
62
- name : Harden the runner (Audit all outbound calls)
63
- uses : step-security/harden-runner@v2
63
+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
64
64
with :
65
65
egress-policy : audit
66
66
88
88
runs-on : ubuntu-latest # TODO: Check if this could be covered for Windows. The step used currently fails on Windows.
89
89
steps :
90
90
- name : Harden the runner (Audit all outbound calls)
91
- uses : step-security/harden-runner@v2
91
+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
92
92
with :
93
93
egress-policy : audit
94
94
@@ -111,7 +111,7 @@ jobs:
111
111
continue-on-error : true
112
112
steps :
113
113
- name : Harden the runner (Audit all outbound calls)
114
- uses : step-security/harden-runner@v2
114
+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
115
115
with :
116
116
egress-policy : audit
117
117
@@ -131,7 +131,7 @@ jobs:
131
131
continue-on-error : true # Prevent sudden announcement of a new advisory from failing ci
132
132
steps :
133
133
- name : Harden the runner (Audit all outbound calls)
134
- uses : step-security/harden-runner@v2
134
+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
135
135
with :
136
136
egress-policy : audit
137
137
@@ -144,7 +144,7 @@ jobs:
144
144
runs-on : ubuntu-latest
145
145
steps :
146
146
- name : Harden the runner (Audit all outbound calls)
147
- uses : step-security/harden-runner@v2
147
+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
148
148
with :
149
149
egress-policy : audit
150
150
@@ -167,7 +167,7 @@ jobs:
167
167
if : ${{ ! contains(github.event.pull_request.labels.*.name, 'dependencies') }}
168
168
steps :
169
169
- name : Harden the runner (Audit all outbound calls)
170
- uses : step-security/harden-runner@v2
170
+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
171
171
with :
172
172
egress-policy : audit
173
173
@@ -199,7 +199,7 @@ jobs:
199
199
runs-on : ubuntu-latest
200
200
steps :
201
201
- name : Harden the runner (Audit all outbound calls)
202
- uses : step-security/harden-runner@v2
202
+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
203
203
with :
204
204
egress-policy : audit
205
205
0 commit comments