From 362dd575047cedbc6defd858597644e22b0bced6 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Wed, 31 Jan 2024 23:02:10 +0100 Subject: [PATCH] Replace unmaintained actions-rs/toolchain by dtolnay/rust-toolchain (#473) --- .github/workflows/rust-clippy.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/rust-clippy.yml b/.github/workflows/rust-clippy.yml index 4c45b0b..819f45d 100644 --- a/.github/workflows/rust-clippy.yml +++ b/.github/workflows/rust-clippy.yml @@ -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