Skip to content

Commit 52cab20

Browse files
committed
build: specify path to configuration file
1 parent c7ff8ee commit 52cab20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,3 +176,6 @@ jobs:
176176
uses: github/codeql-action/analyze@v2
177177
with:
178178
category: "/language:${{matrix.language}}"
179+
180+
# Specify a path to a custom CodeQL configuration file:
181+
config-file: './.github/codeql/codeql_config.yml'

0 commit comments

Comments
 (0)