Skip to content

Commit 7c94df8

Browse files
committed
fix(ci): pin dtolnay/rust-toolchain to commit SHA (SonarCloud hotspot)
1 parent 577fa99 commit 7c94df8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- uses: actions/checkout@v6
8686

8787
- name: Install Rust
88-
uses: dtolnay/rust-toolchain@stable
88+
uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 # stable
8989

9090
- name: Cache Cargo
9191
uses: actions/cache@v5

0 commit comments

Comments
 (0)