chore: update CodeQL workflow to include feature and fix branches and enhance JS scan script

This commit is contained in:
GitHub Actions
2026-02-18 08:13:55 +00:00
parent 24509dc84f
commit fd95611a25
6 changed files with 95 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ on:
pull_request:
branches: [main, nightly, development]
push:
branches: [main, nightly, development]
branches: [main, nightly, development, 'feature/**', 'fix/**']
workflow_dispatch:
schedule:
- cron: '0 3 * * 1' # Mondays 03:00 UTC