Skip to content

Commit a42472d

Browse files
committed
TRYE
1 parent 603a34b commit a42472d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/config/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
paths-ignore:
2-
- "**/testing/"
2+
- '**/testing'

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +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/config/codeql.yml
72+
config-file: .github/config/codeql.yml
7373

7474
- name: Assemble
7575
if: matrix.language == 'java'

0 commit comments

Comments
 (0)