codeql-action
codeql-action copied to clipboard
Account for existing but empty `cpus` file
If a CPU file exists but is empty, previously we reported this file with a CPU count of 1, which resulted in a single-threaded run.
Fixes https://github.com/github/codeql-action/issues/2139.