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 0f93c2e commit 79d85a5Copy full SHA for 79d85a5
.github/codeql-config.yml
@@ -0,0 +1,6 @@
1
+paths:
2
+ - samples
3
+ - singer_sdk
4
+ - tests
5
+paths-ignore:
6
+ - cookiecutter
.github/workflows/codeql-analysis.yml
@@ -47,6 +47,7 @@ jobs:
47
# Initializes the CodeQL tools for scanning.
48
- uses: github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
49
with:
50
+ config-file: .github/codeql-config.yml
51
languages: ${{ matrix.language }}
52
# If you wish to specify custom queries, you can do so here or in a config file.
53
# By default, queries listed here will override any specified in a config file.
0 commit comments