mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
chore(ci): Use latest SARIF
Now that we run clippy on stable, we can do this
This commit is contained in:
parent
126eb3d4dc
commit
c8b190be3a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -128,9 +128,9 @@ jobs:
|
||||||
components: clippy
|
components: clippy
|
||||||
- uses: Swatinem/rust-cache@v2
|
- uses: Swatinem/rust-cache@v2
|
||||||
- name: Install SARIF tools
|
- 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
|
- 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
|
- name: Check
|
||||||
run: >
|
run: >
|
||||||
cargo clippy --workspace --all-features --all-targets --message-format=json -- -D warnings --allow deprecated
|
cargo clippy --workspace --all-features --all-targets --message-format=json -- -D warnings --allow deprecated
|
||||||
|
|
Loading…
Reference in a new issue