Skip to content

Commit

Permalink
Merge pull request #2636 from hoffie/autobuild/codeql-v2
Browse files Browse the repository at this point in the history
Autobuild: Use CodeQL v2
  • Loading branch information
pljones authored May 21, 2022
2 parents bc2f246 + f14abc5 commit 154f18a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:

- name: Initialize CodeQL
if: matrix.config.run_codeql
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: 'cpp'

Expand Down Expand Up @@ -311,4 +311,4 @@ jobs:

- name: Perform CodeQL Analysis
if: matrix.config.run_codeql
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2

0 comments on commit 154f18a

Please sign in to comment.