Skip to content

Commit

Permalink
update workflow action file
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydenchee97 committed Sep 21, 2024
1 parent 65f9e30 commit ea3603e
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 @@ -35,3 +35,9 @@ jobs:

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

- name: Upload CodeQL SARIF report
uses: actions/upload-artifact@v3
with:
name: codeql-sarif-report
path: codeql-results/sarif

0 comments on commit ea3603e

Please sign in to comment.