We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4263ffe commit 70a28e5Copy full SHA for 70a28e5
1 file changed
.github/workflows/ci.yml
@@ -111,7 +111,9 @@ jobs:
111
components: clippy
112
- uses: Swatinem/rust-cache@v2
113
- name: Install SARIF tools
114
- run: cargo install clippy-sarif sarif-fmt
+ run: cargo install clippy-sarif --version 0.3.4 --locked # Held back due to msrv
115
+ - name: Install SARIF tools
116
+ run: cargo install sarif-fmt --version 0.3.4 --locked # Held back due to msrv
117
- name: Check
118
run: >
119
cargo clippy --workspace --all-targets --message-format=json -- -D warnings --allow deprecated
0 commit comments