Skip to content

Commit

Permalink
workflows: Upgrade codeql-action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
smcv committed Feb 15, 2024
1 parent 82d6197 commit 8789aa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
- cpp
steps:
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Check out
Expand All @@ -164,4 +164,4 @@ jobs:
- name: make
run: make -j $(getconf _NPROCESSORS_ONLN) V=1
- name: CodeQL analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2

0 comments on commit 8789aa4

Please sign in to comment.