Skip to content

Commit ca9157d

Browse files
Update actions-runner to 2.336.0 (hand-mirrored — the updater's multi-arch mirror gap) (#592)
The stacked run of 2026-08-10 dropped this member: per-arch gs://-mirrored sources are the one combination the updater cannot mirror (it early-returns before the scan-before-mirror gate, so a naive upload would publish unscanned bytes). Done by hand instead, WITH the gate's diligence: - both 2.336.0 artifacts fetched from the actions/runner GitHub release and verified byte-for-byte against the sha256 values upstream publishes in the release notes (x64 04cf0be1…, arm64 58b758e4…) - pkgscan diff old→new run per arch: every finding is the changed-ELF class (bin/*.so, dotnet runtime, bundled node) — definitional for a prebuilt bundle bump, same shape as the already-published 2.332.0 mirror; no new signal class - artifacts mirrored to gs://minimal-staging-archives/actions/runner/, sha256 literals updated in lockstep with version Updater support for scan-gated multi-arch mirroring remains the real fix. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 292a80c commit ca9157d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/actions-runner/build.ncl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ let icu = import "../icu/build.ncl" in
77
let openssl = import "../openssl/build.ncl" in
88
let zlib = import "../zlib/build.ncl" in
99

10-
let version = "2.332.0" in
10+
let version = "2.336.0" in
1111

1212
let { amd64_sha256, arm64_sha256 } = {
13-
amd64_sha256 = "f2094522a6b9afeab07ffb586d1eb3f190b6457074282796c497ce7dce9e0f2a",
14-
arm64_sha256 = "b72f0599cdbd99dd9513ab64fcb59e424fc7359c93b849e8f5efdd5a72f743a6",
13+
amd64_sha256 = "04cf0be1aff4c3ec3554466c39124ca250e3effd8873bb7e8d68535aa9505d5d",
14+
arm64_sha256 = "58b758e420b87093fbd4bfddd368074960053e2f1388f01848c82624b90f27d1",
1515
}
1616
in
1717

0 commit comments

Comments
 (0)