3737 ref : c3324024ced9bb1eb854397686919c3ff7d97e1e
3838 path : maintainer-tools
3939 - name : " Select toolchain"
40- uses : dtolnay/rust-toolchain@stable
40+ uses : dtolnay/rust-toolchain@5d458579430fc14a04a08a1e7d3694f545e91ce6 # stable
4141 - name : " Set dependencies"
4242 run : cp Cargo-${{ matrix.dep }}.lock Cargo.lock
4343 - name : " Run test script"
6161 ref : c3324024ced9bb1eb854397686919c3ff7d97e1e
6262 path : maintainer-tools
6363 - name : " Select toolchain"
64- uses : dtolnay/rust-toolchain@v1
64+ uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
6565 with :
6666 toolchain : ${{ needs.Prepare.outputs.nightly_version }}
6767 - name : " Set dependencies"
8686 ref : c3324024ced9bb1eb854397686919c3ff7d97e1e
8787 path : maintainer-tools
8888 - name : " Select toolchain"
89- uses : dtolnay/rust-toolchain@stable
89+ uses : dtolnay/rust-toolchain@5d458579430fc14a04a08a1e7d3694f545e91ce6 # stable
9090 with :
9191 toolchain : " 1.63.0"
9292 - name : " Set dependencies"
@@ -112,7 +112,7 @@ jobs:
112112 ref : c3324024ced9bb1eb854397686919c3ff7d97e1e
113113 path : maintainer-tools
114114 - name : " Select toolchain"
115- uses : dtolnay/rust-toolchain@v1
115+ uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
116116 with :
117117 toolchain : ${{ needs.Prepare.outputs.nightly_version }}
118118 - name : " Install clippy"
@@ -139,7 +139,7 @@ jobs:
139139 ref : c3324024ced9bb1eb854397686919c3ff7d97e1e
140140 path : maintainer-tools
141141 - name : " Select toolchain"
142- uses : dtolnay/rust-toolchain@stable
142+ uses : dtolnay/rust-toolchain@5d458579430fc14a04a08a1e7d3694f545e91ce6 # stable
143143 - name : " Set dependencies"
144144 run : cp Cargo-${{ matrix.dep }}.lock Cargo.lock
145145 - name : " Run test script"
@@ -163,7 +163,7 @@ jobs:
163163 ref : c3324024ced9bb1eb854397686919c3ff7d97e1e
164164 path : maintainer-tools
165165 - name : " Select toolchain"
166- uses : dtolnay/rust-toolchain@v1
166+ uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
167167 with :
168168 toolchain : ${{ needs.Prepare.outputs.nightly_version }}
169169 - name : " Set dependencies"
@@ -189,7 +189,7 @@ jobs:
189189 ref : c3324024ced9bb1eb854397686919c3ff7d97e1e
190190 path : maintainer-tools
191191 - name : " Select toolchain"
192- uses : dtolnay/rust-toolchain@v1
192+ uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
193193 with :
194194 toolchain : ${{ needs.Prepare.outputs.nightly_version }}
195195 - name : " Set dependencies"
@@ -207,7 +207,7 @@ jobs:
207207 - name : " Checkout repo"
208208 uses : actions/checkout@v4
209209 - name : " Select toolchain"
210- uses : dtolnay/rust-toolchain@v1
210+ uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
211211 with :
212212 toolchain : ${{ needs.Prepare.outputs.nightly_version }}
213213 - name : " Install rustfmt"
@@ -245,7 +245,7 @@ jobs:
245245 - name : " Checkout repo"
246246 uses : actions/checkout@v4
247247 - name : " Select toolchain"
248- uses : dtolnay/rust-toolchain@stable
248+ uses : dtolnay/rust-toolchain@5d458579430fc14a04a08a1e7d3694f545e91ce6 # stable
249249 - name : " Run integration tests"
250250 run : cd bitcoind-tests && cargo test --features=${{ matrix.feature }}
251251
@@ -257,7 +257,7 @@ jobs:
257257 - name : Set up QEMU
258258 run : sudo apt update && sudo apt install -y qemu-system-arm gcc-arm-none-eabi
259259 - name : Checkout Toolchain
260- uses : actions-rs/toolchain@v1
260+ uses : actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1.0.7
261261 with :
262262 profile : minimal
263263 toolchain : nightly
0 commit comments