We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 732282f commit f0ac0d8Copy full SHA for f0ac0d8
1 file changed
.github/workflows/codeql-analysis.yml
@@ -31,7 +31,7 @@ jobs:
31
32
# Initializes the CodeQL tools for scanning.
33
- name: Initialize CodeQL
34
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v2
35
with:
36
languages: ${{ matrix.language }}
37
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -44,4 +44,4 @@ jobs:
44
make -j$(nproc) HAVE_RULES=yes cppcheck
45
46
- name: Perform CodeQL Analysis
47
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v2
0 commit comments