We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c708e0 commit 98cbf3bCopy full SHA for 98cbf3b
1 file changed
.github/workflows/codeql-analysis.yml
@@ -66,7 +66,7 @@ jobs:
66
--clean-after-build
67
68
- name: Initialize CodeQL
69
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
70
with:
71
languages: ${{ matrix.language }}
72
@@ -86,4 +86,4 @@ jobs:
86
cmake --build build/output
87
88
- name: Perform CodeQL Analysis
89
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments