Skip to content

Commit cec1fbb

Browse files
Fix CodeQL config (#39240)
1 parent 921ddef commit cec1fbb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/codeql/config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
paths-ignore:
2+
- 'extensions/**/test/**'

.github/workflows/codeql.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ on:
1212
permissions:
1313
contents: read
1414

15-
paths-ignore:
16-
- 'extensions/**/test/**'
17-
1815
jobs:
1916
analyze:
2017
name: Analyze
@@ -43,6 +40,7 @@ jobs:
4340
- name: Initialize CodeQL
4441
uses: github/codeql-action/init@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2.20.3
4542
with:
43+
config-file: ./.github/codeql/config.yml
4644
languages: ${{ matrix.language }}
4745

4846
- name: Perform CodeQL Analysis

0 commit comments

Comments
 (0)