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.
1 parent e65a546 commit 7bc0717Copy full SHA for 7bc0717
.github/workflows/codechecker.yml
@@ -98,6 +98,13 @@ jobs:
98
99
west build -b native_sim samples/synchronization -- -DZEPHYR_SCA_VARIANT=codechecker -DCODECHECKER_EXPORT=sarif
100
101
+ - name: Upload SARIF file
102
+ uses: github/codeql-action/upload-sarif@v3
103
+ with:
104
+ # Path to SARIF file relative to the root of the repository
105
+ sarif_file: build/sca/codechecker/codechecker.sarif
106
+ category: codechecker
107
+
108
- name: Print ccache stats
109
if: always()
110
run: |
0 commit comments