mirror of
https://github.com/langchain-ai/langsmith-java.git
synced 2026-08-24 12:22:55 -04:00
13 lines
183 B
YAML
13 lines
183 B
YAML
name: "CodeQL config"
|
|
|
|
queries:
|
|
- uses: security-extended
|
|
|
|
paths-ignore:
|
|
- '**/test/**'
|
|
- '**/tests/**'
|
|
- '**/*Test.java'
|
|
- '**/*Test.kt'
|
|
- '**/build/**'
|
|
- '.gradle/**'
|