Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 224d7a7 + 7ef0514 commit 5284bbbCopy full SHA for 5284bbb
1 file changed
.github/workflows/ql-for-ql-build.yml
@@ -189,4 +189,11 @@ jobs:
189
uses: github/codeql-action/analyze@erik-krogh/ql
190
with:
191
category: "ql-for-ql-${{ matrix.folder }}"
192
+ - name: Copy sarif file to CWD
193
+ run: cp ../results/ql.sarif ./${{ matrix.folder }}.sarif
194
+ - name: Sarif as artifact
195
+ uses: actions/upload-artifact@v2
196
+ with:
197
+ name: ${{ matrix.folder }}.sarif
198
+ path: ${{ matrix.folder }}.sarif
199
0 commit comments