Skip to content

Commit 8db511d

Browse files
committed
ci: wip
1 parent 76af786 commit 8db511d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/static-analysis.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,10 @@ jobs:
6161
scan-build -sarif -o build/sarif make
6262
6363
- name: Merge SARIF files
64-
run: jq -s '{ "$schema": "https://json.schemastore.org/sarif-2.1.0", "version": "2.1.0", "runs": map(.runs) | add }'
65-
build/sarif/$(ls build/sarif/)/*.sarif
66-
> merged.sarif
64+
run: |
65+
jq -s '{ "$schema": "https://json.schemastore.org/sarif-2.1.0", "version": "2.1.0", "runs": map(.runs) | add }' \
66+
build/sarif/$(ls build/sarif/)/*.sarif \
67+
> merged.sarif
6768
6869
- name: upload scan-build
6970
uses: github/codeql-action/upload-sarif@v4

0 commit comments

Comments
 (0)