We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35b58c9 commit c7ec0e3Copy full SHA for c7ec0e3
.github/codeql-config.yml
@@ -0,0 +1,4 @@
1
+name: "My CodeQL config"
2
+
3
+paths-ignore:
4
+ - test
.github/workflows/codeql.yml
@@ -39,5 +39,5 @@ jobs:
39
uses: github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
40
with:
41
category: /language:${{matrix.language}}
42
- paths-ignore:
43
- - test
+ config-file: ./.github/codeql-config.yml
0 commit comments