Skip to content

Commit

Permalink
ci(rust.yml/jobs/clippy_release): install clippy-sarif
Browse files Browse the repository at this point in the history
  • Loading branch information
DataM0del committed Dec 26, 2024
1 parent a2ad0b5 commit 76f75c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
- uses: actions/checkout@v4
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- uses: Swatinem/rust-cache@v2
- run: cargo install clippy-sarif
- run: cargo clippy --release --all-targets --all-features --message-format=json | clippy-sarif | tee results.sarif
- name: Upload analysis results to GitHub
uses: github/codeql-action/upload-sarif@v3
Expand Down

0 comments on commit 76f75c4

Please sign in to comment.