Skip to content

Commit c513e03

Browse files
committed
ci: Bump and pin dtolnay/rust-toolchain
1 parent bd13a30 commit c513e03

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr_security-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727
with:
2828
persist-credentials: false
29-
- uses: dtolnay/rust-toolchain@master
29+
- uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9
3030
with:
3131
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
3232
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
@@ -51,7 +51,7 @@ jobs:
5151
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5252
with:
5353
persist-credentials: false
54-
- uses: dtolnay/rust-toolchain@master
54+
- uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9
5555
with:
5656
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
5757
- uses: EmbarkStudios/cargo-deny-action@76cd80eb775d7bbbd2d80292136d74d39e1b4918 # v2.0.14

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
persist-credentials: false
2828

29-
- uses: dtolnay/rust-toolchain@master
29+
- uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9
3030
with:
3131
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
3232

0 commit comments

Comments
 (0)