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 86d9545 commit 3942a84Copy full SHA for 3942a84
.github/workflows/codeql-config.yml
@@ -0,0 +1,4 @@
1
+name: "CodeQL config"
2
+
3
+paths:
4
+ - src/daf
.github/workflows/codeql.yml
@@ -42,6 +42,7 @@ jobs:
42
- name: Initialize CodeQL
43
uses: github/codeql-action/init@v2
44
with:
45
+ config-file: ./.github/workflows/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