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 a42472d commit 0d26f9eCopy full SHA for 0d26f9e
.github/config/codeql.yml
.github/workflows/codeql.yml
@@ -69,7 +69,9 @@ 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: |
73
+ paths-ignore:
74
+ - "**/testing/"
75
76
- name: Assemble
77
if: matrix.language == 'java'
0 commit comments