codeql-action icon indicating copy to clipboard operation
codeql-action copied to clipboard

Account for existing but empty `cpus` file

Open angelapwen opened this issue 1 year ago • 0 comments

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.

Merge / deployment checklist

  • [x] Confirm this change is backwards compatible with existing workflows.
  • [x] Confirm the readme has been updated if necessary.
  • [x] Confirm the changelog has been updated if necessary.

angelapwen avatar Feb 15 '24 14:02 angelapwen