Skip to content

Commit

Permalink
Update rust-clippy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenira authored May 31, 2023
1 parent aa56426 commit 7c957d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,19 @@ jobs:
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: rust-clippy-results-server.sarif
category: clippy-server
wait-for-processing: true

- name: Upload Client analysis results to GitHub
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: rust-clippy-results-client.sarif
category: clippy-client
wait-for-processing: true

- name: Upload Protocol analysis results to GitHub
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: rust-clippy-results-protocol.sarif
category: clippy-protocol
wait-for-processing: true

0 comments on commit 7c957d4

Please sign in to comment.