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 36a72416d6
commit 362dd57504
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 4 deletions

View File

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