Skip to content

Commit

Permalink
Merge pull request #63 from jaydenchee97/feature
Browse files Browse the repository at this point in the history
update workflow action file
  • Loading branch information
jaydenchee97 authored Sep 21, 2024
2 parents 0a58872 + ea3603e commit 11a7370
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 11a7370

Please sign in to comment.