Skip to content

Commit 8105843

Browse files
committed
Specify paths-ignore for other languages
1 parent 61b8b63 commit 8105843

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/codeql/codeql-config-javascript.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ queries:
77
# we include both even though one is a superset of the
88
# other, because we're testing the parsing logic and
99
# that the suites exist in the codeql bundle.
10+
- uses: security-and-quality
1011
- uses: security-experimental
1112
- uses: security-extended
12-
- uses: security-and-quality
1313
paths-ignore:
14-
- tests
1514
- lib
15+
- tests

.github/workflows/codeql.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ jobs:
134134
languages: ${{ matrix.language }}
135135
build-mode: ${{ matrix.build-mode }}
136136
config: >
137+
paths-ignore:
138+
- lib
139+
- tests
137140
queries:
138141
- uses: security-and-quality
139142
- name: Perform CodeQL Analysis

0 commit comments

Comments
 (0)