Skip to content

Commit

Permalink
Re-try full flow
Browse files Browse the repository at this point in the history
  • Loading branch information
abrown committed Sep 26, 2024
1 parent 5f8784f commit 492c6c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ jobs:

- name: Run clippy
run: |
touch clippy.sarif
cargo clippy --message-format=json > clippy.json
cat clippy.json
clippy-sarif --input clippy.json --output clippy.sarif
sarif-fmt --input clippy.sarif
continue-on-error: true

- name: Upload analysis
Expand Down

0 comments on commit 492c6c7

Please sign in to comment.