Closed
Description
Description of the issue
The CodeQL c-cpp workflow on the OpenEXR repo began failing on July 27. We use the default configuration, and runs have traditionally taken 4-12 minutes, but without significant changes to our code, runs began taking 1 hour and failing with the disk filling up. I reverted the repo back to the commit from the last successful run and it failed, indicating it's not likely something on our end.
I managed to revert the version of CodeQL in the workflow to 2.18.0, and everything is back to working smoothly.
Any clues what might be causing this?
The log from the last successful run is here. Log from the first failed run is here.
The PR that address the problem for OpenEXR by reverting to 2.18.0 is here.