Skip to content

Commit

Permalink
Upload codeql SARIF (microsoft#1653)
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieWhite authored Nov 2, 2023
1 parent a9cd4cf commit 05e0f2f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/analyze.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,13 @@ jobs:

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
id: codeql-analyze

- name: Upload results
uses: actions/upload-artifact@v3
if: always()
with:
name: CodeQL-Sarif
path: ${{ steps.codeql-analyze.outputs.sarif-output }}
retention-days: 1
if-no-files-found: error

0 comments on commit 05e0f2f

Please sign in to comment.