We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ac62d commit 0f246bcCopy full SHA for 0f246bc
.github/workflows/CodeQL.yml
100644
100755
@@ -64,7 +64,7 @@ jobs:
64
65
# Initializes the CodeQL tools for scanning.
66
- name: Initialize CodeQL
67
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
68
with:
69
languages: ${{ matrix.language }}
70
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -78,6 +78,6 @@ jobs:
78
run: cmake --build build --parallel
79
80
- name: Perform CodeQL Analysis
81
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
82
83
category: "/language:${{matrix.language}}"
0 commit comments