mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 17:05:15 +00:00
CI: scope CodeQL JavaScript analysis
This commit is contained in:
parent
d4ab731746
commit
b6520d7172
2 changed files with 24 additions and 0 deletions
18
.github/codeql/codeql-javascript-typescript.yml
vendored
Normal file
18
.github/codeql/codeql-javascript-typescript.yml
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
name: openclaw-codeql-javascript-typescript
|
||||
|
||||
paths:
|
||||
- src
|
||||
- extensions
|
||||
- ui/src
|
||||
- skills
|
||||
|
||||
paths-ignore:
|
||||
- apps
|
||||
- dist
|
||||
- docs
|
||||
- "**/node_modules"
|
||||
- "**/coverage"
|
||||
- "**/*.test.ts"
|
||||
- "**/*.test.tsx"
|
||||
- "**/*.e2e.test.ts"
|
||||
- "**/*.e2e.test.tsx"
|
||||
Loading…
Add table
Add a link
Reference in a new issue