2929 runs-on : ubuntu-latest
3030 timeout-minutes : 60
3131 steps :
32- - uses : actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
32+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v6.0.3
3333 - uses : dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
3434 with :
3535 components : rustfmt
4040 runs-on : ubuntu-latest
4141 timeout-minutes : 60
4242 steps :
43- - uses : actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
43+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v6.0.3
4444 - uses : dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
4545 with :
4646 components : clippy
5252 runs-on : ubuntu-latest
5353 timeout-minutes : 60
5454 steps :
55- - uses : actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
55+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v6.0.3
5656 - uses : dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
5757 - uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
5858 - run : cargo test --workspace --no-fail-fast
6464 env :
6565 RUSTDOCFLAGS : " -D warnings"
6666 steps :
67- - uses : actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
67+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v6.0.3
6868 - uses : dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
6969 - uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
7070 - run : cargo doc --workspace --no-deps
7474 runs-on : ubuntu-latest
7575 timeout-minutes : 60
7676 steps :
77- - uses : actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
77+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v6.0.3
7878 - uses : rustsec/audit-check@69366f33c96575abad1ee0dba8212993eecbe998 # v2.0.0
7979 with :
8080 token : ${{ secrets.GITHUB_TOKEN }}
8484 runs-on : ubuntu-latest
8585 timeout-minutes : 60
8686 steps :
87- - uses : actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
87+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v6.0.3
8888 - uses : EmbarkStudios/cargo-deny-action@bb137d7af7e4fb67e5f82a49c4fce4fad40782fe # v2
8989 with :
9090 command : check advisories bans licenses sources
9494 runs-on : ubuntu-latest
9595 timeout-minutes : 60
9696 steps :
97- - uses : actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
97+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v6.0.3
9898 - uses : dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
9999 - uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
100100 - run : cargo bench --no-run
@@ -104,7 +104,7 @@ jobs:
104104 runs-on : ubuntu-latest
105105 timeout-minutes : 60
106106 steps :
107- - uses : actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
107+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v6.0.3
108108 - uses : dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
109109 with :
110110 components : llvm-tools-preview
@@ -131,7 +131,7 @@ jobs:
131131 timeout-minutes : 60
132132 if : github.event_name == 'workflow_dispatch' || github.event_name == 'schedule'
133133 steps :
134- - uses : actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
134+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v6.0.3
135135 - uses : dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
136136 - uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
137137 - uses : taiki-e/install-action@25435dc8dd3baed7417e0c96d3fe89013a5b2e09 # v2
@@ -165,7 +165,7 @@ jobs:
165165 - fuzz/Cargo.toml
166166 - rust-core/fuzz/Cargo.toml
167167 steps :
168- - uses : actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
168+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v6.0.3
169169 - uses : dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
170170 - uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
171171 - run : cargo check --manifest-path ${{ matrix.manifest }}
0 commit comments