da84523a6d
Publish snapshot / snapshot (push) Successful in 1m4s
The snapshot run for 0.7.0 failed on this one test and published nothing. `scanPrivateKeys` classifies a file it cannot open as not-a-key, and the test made the file unopenable with `chmod 0o000` — which stops nobody with uid 0, and Gitea's act_runner is a container running as root. So the file was read, recognised as a private key not named id_*, and reported as skipped. A dangling symlink instead: ENOENT is not a permission anyone can override, and it is a realistic ~/.ssh inhabitant. Verified by running the gate in a node:22 container as root, where the whole workspace is now green. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>