@@ -20,15 +20,15 @@ jobs:
2020 env :
2121 RUSTC_BOOTSTRAP : 1
2222 steps :
23- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
23+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
2424 with :
2525 submodules : recursive
2626
2727 - uses : dtolnay/rust-toolchain@0e66bd3e6b38ec0ad5312288c83e47c143e6b09e # v1
2828 with :
2929 toolchain : ${{ env.RUST_VERSION }}
3030
31- - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
31+ - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
3232 with :
3333 go-version : ${{ env.GO_VERSION }}
3434
3838 cache : yarn
3939 - run : yarn install --frozen-lockfile
4040
41- - uses : Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0
41+ - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
4242 with :
4343 key : udeps
4444 cache-all-crates : " true"
5656 # Prevent sudden announcement of a new advisory from failing ci:
5757 continue-on-error : ${{ matrix.checks == 'advisories' }}
5858 steps :
59- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
59+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
6060 with :
6161 submodules : recursive
6262 - uses : EmbarkStudios/cargo-deny-action@3f4a782664881cf5725d0ffd23969fcce89fd868 # v1.6.3
6767 name : Run Rustfmt
6868 runs-on : ubuntu-latest
6969 steps :
70- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
70+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
7171 with :
7272 submodules : recursive
7373 - uses : dtolnay/rust-toolchain@0e66bd3e6b38ec0ad5312288c83e47c143e6b09e # v1
8080 name : Run Clippy
8181 runs-on : ubuntu-latest
8282 steps :
83- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
83+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
8484 with :
8585 submodules : recursive
8686
8989 toolchain : ${{ env.RUST_VERSION }}
9090 components : clippy
9191
92- - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
92+ - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
9393 with :
9494 go-version : ${{ env.GO_VERSION }}
9595
@@ -123,7 +123,7 @@ jobs:
123123 name : Run RustDoc
124124 runs-on : ubuntu-latest
125125 steps :
126- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
126+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
127127 with :
128128 submodules : recursive
129129
@@ -132,7 +132,7 @@ jobs:
132132 toolchain : ${{ env.RUST_VERSION }}
133133 components : rustfmt
134134
135- - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
135+ - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
136136 with :
137137 go-version : ${{ env.GO_VERSION }}
138138
@@ -151,15 +151,15 @@ jobs:
151151 name : Run Cargo Tests
152152 runs-on : ubuntu-latest
153153 steps :
154- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
154+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
155155 with :
156156 submodules : recursive
157157
158158 - uses : dtolnay/rust-toolchain@0e66bd3e6b38ec0ad5312288c83e47c143e6b09e # v1
159159 with :
160160 toolchain : ${{ env.RUST_VERSION }}
161161
162- - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
162+ - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
163163 with :
164164 go-version : ${{ env.GO_VERSION }}
165165
0 commit comments