Skip to content

Commit f7db64a

Browse files
committed
artifact
1 parent 80aba66 commit f7db64a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/cppcheck-premium.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ jobs:
5555
sed -i 's|"endLine": 0|"endLine": 1|' results.sarif
5656
cat results.sarif
5757
58+
- uses: actions/upload-artifact@v4
59+
with:
60+
name: results
61+
path: results.sarif
62+
5863
- name: Upload report
5964
uses: github/codeql-action/upload-sarif@v3
6065
with:

0 commit comments

Comments
 (0)