Skip to content

Commit 21b4763

Browse files
committed
Explicitly disable the default codeql setup
Signed-off-by: Rob Winch <[email protected]>
1 parent 5c40748 commit 21b4763

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codeql.yml

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
with:
7878
languages: ${{ matrix.language }}
7979
build-mode: ${{ matrix.build-mode }}
80+
initialize: false # Explicitly disable the default setup
8081
# If you wish to specify custom queries, you can do so here or in a config file.
8182
# By default, queries listed here will override any specified in a config file.
8283
# Prefix the list here with "+" to use these queries and those in the config file.

0 commit comments

Comments
 (0)