We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 126eb3d commit c8b190bCopy full SHA for c8b190b
.github/workflows/ci.yml
@@ -128,9 +128,9 @@ jobs:
128
components: clippy
129
- uses: Swatinem/rust-cache@v2
130
- name: Install SARIF tools
131
- run: cargo install clippy-sarif --version 0.3.4 --locked # Held back due to msrv
+ run: cargo install clippy-sarif --locked
132
133
- run: cargo install sarif-fmt --version 0.3.4 --locked # Held back due to msrv
+ run: cargo install sarif-fmt --locked
134
- name: Check
135
run: >
136
cargo clippy --workspace --all-features --all-targets --message-format=json -- -D warnings --allow deprecated
0 commit comments