We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3942a84 commit 13a4f28Copy full SHA for 13a4f28
.github/workflows/codeql-config.yml renamed to .github/codeql/codeql-config.yml
.github/workflows/codeql.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Initialize CodeQL
43
uses: github/codeql-action/init@v2
44
with:
45
- config-file: ./.github/workflows/codeql-config.yml
+ config-file: ./.github/codeql/codeql-config.yml
46
languages: ${{ matrix.language }}
47
# If you wish to specify custom queries, you can do so here or in a config file.
48
# By default, queries listed here will override any specified in a config file.
0 commit comments