CI: trim CodeQL JavaScript scope (#71347)

This commit is contained in:
Mason Huang
2026-04-25 09:57:12 +08:00
committed by GitHub
parent 5e640b93da
commit 5d4931cc3f

View File

@@ -12,6 +12,9 @@ paths-ignore:
- docs
- "**/node_modules"
- "**/coverage"
- "**/*.generated.ts"
- "**/*.bundle.js"
- "**/*-runtime.js"
- "**/*.test.ts"
- "**/*.test.tsx"
- "**/*.e2e.test.ts"