Skip to content

Commit

Permalink
add the result step to codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishnan-Priyanshu committed May 13, 2023
1 parent f0be32c commit 506d279
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,9 @@ jobs:
uses: github/codeql-action/analyze@v2
with:
category: "/language:${{matrix.language}}"

- name: Upload CodeQL results
uses: actions/upload-artifact@v2
with:
name: codeql-results
path: ${{ github.workspace }}/codeql-results

0 comments on commit 506d279

Please sign in to comment.