mirror of
https://github.com/github/codeql.git
synced 2026-05-15 03:39:32 +02:00
The script was calling wrappers in single-file CLI mode, but neither wrapper supports that (they read commands from stdin). Now sends parse + quit commands via stdin and uses `timeout` to avoid hangs. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>