We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 603a34b commit a42472dCopy full SHA for a42472d
.github/config/codeql.yml
@@ -1,2 +1,2 @@
1
paths-ignore:
2
- - "**/testing/"
+ - '**/testing'
.github/workflows/codeql.yml
@@ -69,7 +69,7 @@ jobs:
69
# using "linked" helps to keep up with the linked Kotlin support
70
# see https://github.com/github/codeql-action/issues/1555#issuecomment-1452228433
71
tools: linked
72
- config-file: ./.github/config/codeql.yml
+ config-file: .github/config/codeql.yml
73
74
- name: Assemble
75
if: matrix.language == 'java'
0 commit comments