Skip to content

Commit

Permalink
update codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
genivia-inc committed Dec 30, 2022
1 parent 41eb9b6 commit 3b4b452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Autobuild
uses: github/codeql-action/autobuild@v2
if: ${{ matrix.language == 'cpp' }}
# if: ${{ matrix.language == 'cpp' }}

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
Expand All @@ -58,6 +58,6 @@ jobs:
output: sarif-results/${{ matrix.language }}.sarif

- name: Upload SARIF
uses: github/codeql-action/upload-sarif@v1
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: sarif-results/${{ matrix.language }}.sarif

0 comments on commit 3b4b452

Please sign in to comment.