Skip to content

Commit fb75daa

Browse files
committed
Revert CodeQL changes due to false positives
Revert "Run CodeQL without build" This reverts commit 1eb121f.
1 parent 0bf4c73 commit fb75daa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
with:
2828
languages: cpp, actions
2929
queries: +security-and-quality
30-
build-mode: none
30+
- name: Build
31+
run: script/ci_build.sh
3132
- name: CodeQL Analysis
3233
uses: github/codeql-action/analyze@main

0 commit comments

Comments
 (0)