Skip to content

Commit b2f18df

Browse files
Jonathan D.A. Jewellclaude
andcommitted
fix: SHA-pin dtolnay/rust-toolchain action
Using SHA instead of @stable tag for security and reproducibility. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ab0633c commit b2f18df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scan-and-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2222

2323
- name: Install Rust
24-
uses: dtolnay/rust-toolchain@stable
24+
uses: dtolnay/rust-toolchain@4be9e76fd7c4901c61fb841f559994984270fce7 # stable
2525

2626
- name: Cache Rust dependencies
2727
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2

0 commit comments

Comments
 (0)