We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 020e2c7 + 55ee886 commit bb95b72Copy full SHA for bb95b72
.github/workflows/CI.yml
@@ -39,7 +39,7 @@ jobs:
39
run: cargo clippy --features ${{ matrix.features }} --message-format=json | clippy-sarif | tee rust-clippy-results.sarif | sarif-fmt
40
continue-on-error: true
41
- name: Upload analysis results to GitHub
42
- uses: github/codeql-action/upload-sarif@v2
+ uses: github/codeql-action/upload-sarif@v3
43
with:
44
sarif_file: rust-clippy-results.sarif
45
wait-for-processing: true
@@ -78,7 +78,7 @@ jobs:
78
sarif-fmt
79
working-directory: examples/stm32f4-event-printer
80
81
82
83
sarif_file: examples/stm32f4-event-printer/rust-clippy-results.sarif
84
0 commit comments