Skip to content

perf(vscode_parser): check root_id before _scan_child_ids on cache hit (#897) #986

perf(vscode_parser): check root_id before _scan_child_ids on cache hit (#897)

perf(vscode_parser): check root_id before _scan_child_ids on cache hit (#897) #986

Workflow file for this run

name: CodeQL
on:
pull_request:
branches: [main]
schedule:
- cron: "0 6 * * 1" # Weekly Monday 6am UTC
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
security-events: write
contents: read
actions: read
steps:
- uses: actions/checkout@v6
- uses: github/codeql-action/init@v4
with:
languages: python
- uses: github/codeql-action/analyze@v4