@@ -85,11 +85,11 @@ jobs:
85
85
with :
86
86
target : ${{ matrix.target }}
87
87
- name : Install cargo-llvm-cov
88
- uses : taiki-e/install-action@7b20dfd705618832f20d29066e34aa2f2f6194c2
88
+ uses : taiki-e/install-action@a27ef18d36cfa66b0af3a360104621793b41c036
89
89
with :
90
90
tool : cargo-llvm-cov
91
91
- name : Rust cache
92
- uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
92
+ uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
93
93
with :
94
94
shared-key : " ${{matrix.rust}}-${{matrix.target}}"
95
95
- name : cargo build
@@ -122,7 +122,7 @@ jobs:
122
122
with :
123
123
toolchain : nightly
124
124
- name : Install udeps
125
- uses : taiki-e/install-action@7b20dfd705618832f20d29066e34aa2f2f6194c2
125
+ uses : taiki-e/install-action@a27ef18d36cfa66b0af3a360104621793b41c036
126
126
with :
127
127
tool : cargo-udeps
128
128
- name : cargo udeps
@@ -223,13 +223,13 @@ jobs:
223
223
if : ${{matrix.runs_on == 'ubuntu-latest'}}
224
224
225
225
- name : Install bindgen-cli
226
- uses : taiki-e/install-action@7b20dfd705618832f20d29066e34aa2f2f6194c2
226
+ uses : taiki-e/install-action@a27ef18d36cfa66b0af3a360104621793b41c036
227
227
with :
228
228
tool : bindgen-cli
229
229
if : ${{matrix.runs_on == 'ubuntu-latest'}}
230
230
231
231
- name : Rust cache
232
- uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
232
+ uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
233
233
with :
234
234
shared-key : " stable-${{matrix.target}}"
235
235
@@ -280,7 +280,7 @@ jobs:
280
280
features : ' '
281
281
steps :
282
282
- name : Checkout sources
283
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
283
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
284
284
with :
285
285
persist-credentials : false
286
286
- name : Install nightly toolchain
@@ -289,7 +289,7 @@ jobs:
289
289
toolchain : nightly
290
290
components : llvm-tools-preview
291
291
- name : Install cargo fuzz & rustfilt
292
- uses : taiki-e/install-action@56ab7930c591507f833cbaed864d201386d518a8
292
+ uses : taiki-e/install-action@a27ef18d36cfa66b0af3a360104621793b41c036
293
293
with :
294
294
tool : cargo-fuzz,rustfilt
295
295
- name : Run `cargo fuzz`
@@ -308,7 +308,7 @@ jobs:
308
308
--format=lcov \
309
309
-ignore-filename-regex="\.cargo|\.rustup" > lcov.info
310
310
- name : Upload coverage to Codecov
311
- uses : codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
311
+ uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24
312
312
with :
313
313
files : ./lcov.info
314
314
fail_ci_if_error : false
@@ -321,10 +321,10 @@ jobs:
321
321
runs-on : ubuntu-latest
322
322
steps :
323
323
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
324
- - uses : EmbarkStudios/cargo-deny-action@34899fc7ba81ca6268d5947a7a16b4649013fea1
324
+ - uses : EmbarkStudios/cargo-deny-action@30f817c6f72275c6d54dc744fbca09ebc958599f
325
325
with :
326
326
arguments : --workspace --all-features
327
- - uses : EmbarkStudios/cargo-deny-action@34899fc7ba81ca6268d5947a7a16b4649013fea1
327
+ - uses : EmbarkStudios/cargo-deny-action@30f817c6f72275c6d54dc744fbca09ebc958599f
328
328
with :
329
329
manifest-path : ./fuzz/Cargo.toml
330
330
arguments : --all-features
0 commit comments