Skip to content

Commit 3f2f1e7

Browse files
committed
Use CodeQL without build
1 parent 786b162 commit 3f2f1e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/codeql.yml

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

0 commit comments

Comments
 (0)