76
76
rustflags : " -C link-arg=-fuse-ld=lld --deny warnings"
77
77
steps :
78
78
- name : Harden Runner
79
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
79
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
80
80
with :
81
81
egress-policy : block
82
82
allowed-endpoints : >
95
95
- name : Cache restore (MinGW)
96
96
id : cache-restore-mingw
97
97
if : matrix.needs-mingw != ''
98
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
98
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
99
99
with :
100
100
path : |
101
101
C:\ProgramData\chocolatey\lib\mingw
@@ -128,7 +128,7 @@ jobs:
128
128
run : rustup override set ${{ matrix.toolchain }}
129
129
- name : Cache restore (Cargo)
130
130
id : cache-restore-cargo
131
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
131
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
132
132
with :
133
133
path : |
134
134
~/.cargo/bin/
@@ -181,7 +181,7 @@ jobs:
181
181
- nosimd;slow_quotes;slow_popcnt
182
182
steps :
183
183
- name : Harden Runner
184
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
184
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
185
185
with :
186
186
egress-policy : audit
187
187
@@ -198,7 +198,7 @@ jobs:
198
198
target : ${{ matrix.target_triple }}
199
199
- name : Cache restore (Cargo)
200
200
id : cache-restore-cargo
201
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
201
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
202
202
with :
203
203
path : |
204
204
~/.cargo/bin/
@@ -235,7 +235,7 @@ jobs:
235
235
runs-on : ubuntu-latest
236
236
steps :
237
237
- name : Harden Runner
238
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
238
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
239
239
with :
240
240
egress-policy : audit
241
241
@@ -253,7 +253,7 @@ jobs:
253
253
run : rustup override set ${{ matrix.toolchain }}
254
254
- name : Cache restore
255
255
id : cache-restore
256
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
256
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
257
257
with :
258
258
path : |
259
259
~/.cargo/bin/
@@ -280,7 +280,7 @@ jobs:
280
280
runs-on : ubuntu-latest
281
281
steps :
282
282
- name : Harden Runner
283
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
283
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
284
284
with :
285
285
egress-policy : audit
286
286
@@ -297,7 +297,7 @@ jobs:
297
297
run : sudo apt install lld
298
298
- name : Cache restore
299
299
id : cache-restore
300
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
300
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
301
301
with :
302
302
path : |
303
303
~/.cargo/bin/
@@ -320,7 +320,7 @@ jobs:
320
320
runs-on : ubuntu-latest
321
321
steps :
322
322
- name : Harden Runner
323
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
323
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
324
324
with :
325
325
egress-policy : audit
326
326
@@ -342,19 +342,19 @@ jobs:
342
342
runs-on : ubuntu-latest
343
343
steps :
344
344
- name : Harden Runner
345
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
345
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
346
346
with :
347
347
egress-policy : audit
348
348
349
349
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
350
- - uses : EmbarkStudios/cargo-deny-action@8371184bd11e21dcf8ac82ebf8c9c9f74ebf7268 # v2.0.1
350
+ - uses : EmbarkStudios/cargo-deny-action@e2f4ede4a4e60ea15ff31bc0647485d80c66cfba # v2.0.4
351
351
352
352
cargo-msrv :
353
353
name : Verify MSRV (cargo-msrv)
354
354
runs-on : ubuntu-latest
355
355
steps :
356
356
- name : Harden Runner
357
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
357
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
358
358
with :
359
359
egress-policy : audit
360
360
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments