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@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
79
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
98
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
131
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
132
132
with :
133
133
path : |
134
134
~/.cargo/bin/
@@ -149,7 +149,7 @@ jobs:
149
149
env :
150
150
RUSTFLAGS : ${{ matrix.rustflags }}
151
151
- name : Download rsonpath-test artifact
152
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
152
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
153
153
with :
154
154
name : ${{ needs.test-gen.outputs.artifact-name }}
155
155
path : ${{ needs.test-gen.outputs.artifact-path }}
@@ -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@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
184
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
201
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
202
202
with :
203
203
path : |
204
204
~/.cargo/bin/
@@ -212,7 +212,7 @@ jobs:
212
212
env :
213
213
RUSTFLAGS : " -C link-arg=-fuse-ld=lld --deny warnings"
214
214
- name : Download rsonpath-test artifact
215
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
215
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
216
216
with :
217
217
name : ${{ needs.test-gen.outputs.artifact-name }}
218
218
path : ${{ needs.test-gen.outputs.artifact-path }}
@@ -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@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
238
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
256
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
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@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
283
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
300
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
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@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
323
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
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@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
345
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
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@e2f4ede4a4e60ea15ff31bc0647485d80c66cfba # v2.0.4
350
+ - uses : EmbarkStudios/cargo-deny-action@4de59db63a066737e557c2c4dd3d1f70206de781 # v2.0.10
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@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
357
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
358
358
with :
359
359
egress-policy : audit
360
360
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments