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 bd58041 commit 97c5312Copy full SHA for 97c5312
.github/codeql/codeql-config.yml
@@ -0,0 +1,7 @@
1
+name: "CodeQL config"
2
+
3
+queries:
4
+ - uses: security-and-quality
5
6
+paths-ignore:
7
+ - '/api/client'
.github/workflows/codeql-analysis.yml
@@ -2,11 +2,7 @@ name: "CodeQL"
on:
push:
- paths-ignore:
- - api/client
pull_request:
8
9
10
schedule:
11
- cron: '0 10 * * 2'
12
@@ -29,6 +25,6 @@ jobs:
29
25
uses: github/codeql-action/init@v2
30
26
with:
31
27
languages: ${{ matrix.language }}
32
- queries: +security-and-quality
28
+ config-file: ./.github/codeql/codeql-config.yml
33
- name: Perform CodeQL Analysis
34
uses: github/codeql-action/analyze@v2
0 commit comments