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 9afeab6 commit fe0aa94Copy full SHA for fe0aa94
.github/codeql/codeql-config.yml
@@ -0,0 +1,2 @@
1
+paths-ignore:
2
+ - "**/testing/src/main/java/**"
.github/workflows/codeql.yml
@@ -69,6 +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/codeql/codeql-config.yml
73
74
- name: Assemble
75
if: matrix.language == 'java'
0 commit comments