We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29fedeb commit 3cbe249Copy full SHA for 3cbe249
1 file changed
.github/workflows/codeql.yaml
@@ -31,7 +31,7 @@ jobs:
31
with:
32
languages: ${{ matrix.language }}
33
queries: security-and-quality
34
- config-file: ./.github/codeql/codeql-config.yml
+ config-file: ./.github/codeql/codeql-config.yaml
35
setup-python-dependencies: false
36
37
- name: Perform CodeQL Analysis
0 commit comments