fix(act-runner): pin act and verify the download #108
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/act-runner-pin-act"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ACT_VERSION=latest meant the image contents were decided by whenever the build happened to run, and
curl | bashof master's install.sh trusted the CDN and whatever commit was HEAD that day — for a binary whose job is executing workflows.Now: pinned release artifact (v0.2.89, what latest resolves to today), published checksum verified before install — same pattern as ci-runner's helm/yq (#88). Renovate moves the version; a bump without its checksum fails the build rather than shipping unverified.
Generated with Claude Code