We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9afeee + 9ecf50b commit fa3e8e4Copy full SHA for fa3e8e4
.github/workflows/cmake.yml
@@ -79,7 +79,7 @@ jobs:
79
80
# Initializes the CodeQL tools for scanning. This must be done before the code is built.
81
- name: Initialize CodeQL
82
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v2
83
with:
84
languages: ${{ matrix.language }}
85
queries: security-and-quality
@@ -96,4 +96,4 @@ jobs:
96
run: ctest --timeout 10 --output-on-failure
97
98
- name: Perform CodeQL Analysis
99
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v2
0 commit comments