We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ff8ee commit 52cab20Copy full SHA for 52cab20
1 file changed
.github/workflows/codeql.yml
@@ -176,3 +176,6 @@ jobs:
176
uses: github/codeql-action/analyze@v2
177
with:
178
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