Replace unmaintained actions-rs/toolchain by dtolnay/rust-toolchain (#473)

This commit is contained in:
Dirk Stolle 2024-01-31 23:02:10 +01:00 committed by GitHub
parent fde7f18d57
commit 862ed9195f
1 changed files with 1 additions and 4 deletions

View File

@ -29,12 +29,9 @@ jobs:
uses: actions/checkout@v4
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
profile: minimal
toolchain: stable
components: clippy
override: true
- name: Install required cargo
run: cargo install clippy-sarif sarif-fmt