Skip to content

Commit

Permalink
Merge pull request #55 from BOINC/vko_udate_codeql_to_v2
Browse files Browse the repository at this point in the history
Update CodeQL to v2
  • Loading branch information
AenBleidd authored Jun 13, 2022
2 parents 93e82a2 + f0f9ab5 commit 4b715c6
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 @@ -50,7 +50,7 @@ jobs:
uses: actions/checkout@v3

- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}

Expand All @@ -70,4 +70,4 @@ jobs:
python3 build.py -nt -ts=ci -t=${{ matrix.configuration }} ${{ matrix.app }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2

0 comments on commit 4b715c6

Please sign in to comment.