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.
1 parent b52563b commit 6bf29e4Copy full SHA for 6bf29e4
.github/workflows/codeql.yml
@@ -31,6 +31,7 @@ jobs:
31
with:
32
languages: cpp, actions
33
queries: +security-and-quality
34
- build-mode: none
+ - name: Build
35
+ run: script/ci_build.sh
36
- name: CodeQL Analysis
37
uses: github/codeql-action/analyze@v4
0 commit comments