chore(ci): Use latest SARIF

Now that we run clippy on stable, we can do this
This commit is contained in:
Ed Page 2024-03-28 09:50:22 -05:00
parent 126eb3d4dc
commit c8b190be3a

View file

@ -128,9 +128,9 @@ jobs:
components: clippy
- uses: Swatinem/rust-cache@v2
- name: Install SARIF tools
run: cargo install clippy-sarif --version 0.3.4 --locked # Held back due to msrv
run: cargo install clippy-sarif --locked
- name: Install SARIF tools
run: cargo install sarif-fmt --version 0.3.4 --locked # Held back due to msrv
run: cargo install sarif-fmt --locked
- name: Check
run: >
cargo clippy --workspace --all-features --all-targets --message-format=json -- -D warnings --allow deprecated