Skip to content

Commit 0d26f9e

Browse files
committed
UP
1 parent a42472d commit 0d26f9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/config/codeql.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/workflows/codeql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ 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/config/codeql.yml
72+
config: |
73+
paths-ignore:
74+
- "**/testing/"
7375
7476
- name: Assemble
7577
if: matrix.language == 'java'

0 commit comments

Comments
 (0)