Skip to content

Commit fe0aa94

Browse files
committed
Suppress testing modules from CodeQL analysis
1 parent 9afeab6 commit fe0aa94

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/codeql/codeql-config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
paths-ignore:
2+
- "**/testing/src/main/java/**"

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
# using "linked" helps to keep up with the linked Kotlin support
7070
# see https://github.com/github/codeql-action/issues/1555#issuecomment-1452228433
7171
tools: linked
72+
config-file: ./.github/codeql/codeql-config.yml
7273

7374
- name: Assemble
7475
if: matrix.language == 'java'

0 commit comments

Comments
 (0)