Skip to content

Commit 8fc0f66

Browse files
committed
Revert "Use CodeQL without build (#323)"
This reverts commit 222cfc8.
1 parent b52563b commit 8fc0f66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
with:
3232
languages: cpp, actions
3333
queries: +security-and-quality
34-
build-mode: none
34+
- name: Build
35+
run: script/ci_build.sh
3536
- name: CodeQL Analysis
3637
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)