Skip to content

Commit 4a290b6

Browse files
chore(codeql): wire workflow to custom config-file
Adds config-file: ./.github/codeql/codeql-config.yml to the Initialize CodeQL step so query-filters declared in the new config take effect at scan time. Co-authored-by: Claude (Anthropic) <noreply@anthropic.com>
1 parent 756e6ed commit 4a290b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
with:
7272
languages: ${{ matrix.language }}
7373
build-mode: ${{ matrix.build-mode }}
74+
config-file: ./.github/codeql/codeql-config.yml
7475
# If you wish to specify custom queries, you can do so here or in a config file.
7576
# By default, queries listed here will override any specified in a config file.
7677
# Prefix the list here with "+" to use these queries and those in the config file.

0 commit comments

Comments
 (0)