The runner writes a code-sign helper script, using CLAUDE_RUNNER_CLAUDE_BIN if you set it.
What's wrong with this entry?
The self-hosted runner now writes an executable .runner/code-sign script that invokes self-hosted-runner code-sign. It uses the binary named by CLAUDE_RUNNER_CLAUDE_BIN if set, otherwise a built-in path. Neither the script nor that environment variable existed before.
exec "$BIN" self-hosted-runner code-sign "$@"
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.234
Self-hosted runners report when warm-up finished
Both mention runner self hosted
-
v2.1.236
Self-hosted runner releases a session only after its work finishes
Both mention runner self hosted
-
v2.1.236
Runner waits for sessions to be released before shutting down
Both mention runner self hosted