Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use scan-build-py for unified output
Scan-build produces one file per compilation unit, and GitHub doesn't like that any more [1,2]. Scan-build-py produces a merged file, too, so use that. Unfortunately clang-tools doesn't provide an unversioned symlink yet, so detect the version from the scan-build one. [1] https://github.blog/changelog/2024-05-06-code-scanning-will-stop-combining-runs-from-a-single-upload/ [2] github/codeql-action#1381
- Loading branch information