Skip to content

Commit c8b190b

Browse files
committed
chore(ci): Use latest SARIF
Now that we run clippy on stable, we can do this
1 parent 126eb3d commit c8b190b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ jobs:
128128
components: clippy
129129
- uses: Swatinem/rust-cache@v2
130130
- name: Install SARIF tools
131-
run: cargo install clippy-sarif --version 0.3.4 --locked # Held back due to msrv
131+
run: cargo install clippy-sarif --locked
132132
- name: Install SARIF tools
133-
run: cargo install sarif-fmt --version 0.3.4 --locked # Held back due to msrv
133+
run: cargo install sarif-fmt --locked
134134
- name: Check
135135
run: >
136136
cargo clippy --workspace --all-features --all-targets --message-format=json -- -D warnings --allow deprecated

0 commit comments

Comments
 (0)