Skip to content

Commit 7bc0717

Browse files
committed
upload
Signed-off-by: Anas Nashif <[email protected]>
1 parent e65a546 commit 7bc0717

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/codechecker.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,13 @@ jobs:
9898
9999
west build -b native_sim samples/synchronization -- -DZEPHYR_SCA_VARIANT=codechecker -DCODECHECKER_EXPORT=sarif
100100
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+
101108
- name: Print ccache stats
102109
if: always()
103110
run: |

0 commit comments

Comments
 (0)