We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921ddef commit cec1fbbCopy full SHA for cec1fbb
.github/codeql/config.yml
@@ -0,0 +1,2 @@
1
+paths-ignore:
2
+ - 'extensions/**/test/**'
.github/workflows/codeql.yml
@@ -12,9 +12,6 @@ on:
12
permissions:
13
contents: read
14
15
-paths-ignore:
16
- - 'extensions/**/test/**'
17
-
18
jobs:
19
analyze:
20
name: Analyze
@@ -43,6 +40,7 @@ jobs:
43
40
- name: Initialize CodeQL
44
41
uses: github/codeql-action/init@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2.20.3
45
42
with:
+ config-file: ./.github/codeql/config.yml
46
languages: ${{ matrix.language }}
47
48
- name: Perform CodeQL Analysis
0 commit comments