mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-06-08 14:15:46 -04:00
Run the clang static analyzer over a check-progs build, publish the HTML report as an artifact, and print the bug count to the run summary. INFORMATIONAL only: it does not pass --status-bugs, so it surfaces new analyzer findings without going red on the existing (overwhelmingly false-positive) reports. Runs on push/PR to master and via workflow_dispatch. No cron: it is informational and its output only changes with the code (push/PR) or the clang version, so a daily run on an unchanged tree would add noise without value.