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@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
79
+ uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
80
80
with :
81
81
egress-policy : block
82
82
allowed-endpoints : >
@@ -138,7 +138,7 @@ jobs:
138
138
target/
139
139
key : ${{ matrix.toolchain }}-${{ matrix.target_triple }}-cargo-${{ hashFiles('**/Cargo.toml') }}
140
140
- name : cargo install cargo-hack
141
- uses : baptiste0928/cargo-install@94e1849646e5797d0c8b34d8e525124ae9ae1d86 # v3.0 .1
141
+ uses : baptiste0928/cargo-install@904927dbe77864e0f2281519fe9d5bd097a220b3 # v3.1 .1
142
142
with :
143
143
# Name of the crate to install
144
144
crate : cargo-hack
@@ -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@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
152
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
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@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
184
+ uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
185
185
with :
186
186
egress-policy : audit
187
187
@@ -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@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
215
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
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@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
238
+ uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
239
239
with :
240
240
egress-policy : audit
241
241
@@ -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@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
283
+ uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
284
284
with :
285
285
egress-policy : audit
286
286
@@ -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@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
323
+ uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
324
324
with :
325
325
egress-policy : audit
326
326
@@ -342,7 +342,7 @@ jobs:
342
342
runs-on : ubuntu-latest
343
343
steps :
344
344
- name : Harden Runner
345
- uses : step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
345
+ uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
346
346
with :
347
347
egress-policy : audit
348
348
@@ -354,14 +354,14 @@ jobs:
354
354
runs-on : ubuntu-latest
355
355
steps :
356
356
- name : Harden Runner
357
- uses : step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
357
+ uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
358
358
with :
359
359
egress-policy : audit
360
360
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
361
361
with :
362
362
submodules : true
363
363
- name : cargo install cargo-msrv
364
- uses : baptiste0928/cargo-install@94e1849646e5797d0c8b34d8e525124ae9ae1d86 # v3.0 .1
364
+ uses : baptiste0928/cargo-install@904927dbe77864e0f2281519fe9d5bd097a220b3 # v3.1 .1
365
365
with :
366
366
# Name of the crate to install
367
367
crate : cargo-msrv
0 commit comments