Merge pull request #7821 from erik-krogh/upload-sarif

QL: upload sarif as part of the QL-for-QL workflow
This commit is contained in:
Erik Krogh Kristensen
2022-02-03 12:05:51 +01:00
committed by GitHub

View File

@@ -189,4 +189,11 @@ jobs:
uses: github/codeql-action/analyze@erik-krogh/ql
with:
category: "ql-for-ql-${{ matrix.folder }}"
- name: Copy sarif file to CWD
run: cp ../results/ql.sarif ./${{ matrix.folder }}.sarif
- name: Sarif as artifact
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.folder }}.sarif
path: ${{ matrix.folder }}.sarif