We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd1c09 commit 067a779Copy full SHA for 067a779
.github/codeql-config.yml
@@ -0,0 +1,4 @@
1
+name: CodeQL config
2
+
3
+paths-ignore:
4
+ - test
.github/workflows/codeql.yml
@@ -7,9 +7,6 @@ on:
7
permissions:
8
contents: read
9
10
-paths-to-ignore:
11
- - test
12
-
13
jobs:
14
analyze:
15
name: Analyze
@@ -33,6 +30,7 @@ jobs:
33
30
uses: github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
34
31
with:
35
32
languages: ${{ matrix.language }}
+ config-file: ./.github/codeql-config.yml
36
37
- name: Autobuild
38
uses: github/codeql-action/autobuild@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
0 commit comments