From 2bd1a4d885aaff9724e7a40f780220e2d7f39793 Mon Sep 17 00:00:00 2001 From: cascade-bot Date: Mon, 6 Jul 2026 07:38:52 +0000 Subject: [PATCH] ci(e2e): repin act runner image to current upstream digest Signed-off-by: cascade-bot --- e2e/harness/act.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/harness/act.go b/e2e/harness/act.go index a006e7fa..0bd018df 100644 --- a/e2e/harness/act.go +++ b/e2e/harness/act.go @@ -72,7 +72,7 @@ const actStartupPollInterval = 2 * time.Second // `docker run --rm node --version` reports >= actRunnerNodeMajorMin, // then record the resolved digest here // (`docker inspect --format '{{index .RepoDigests 0}}' `). -const actRunnerImage = "ghcr.io/catthehacker/ubuntu@sha256:2f22a801c486881e278401813586faf73fac7dd1d016cbe9e01122ef14a57850" +const actRunnerImage = "ghcr.io/catthehacker/ubuntu@sha256:c710431fbad9eb3bcb102d04e5ff74fbd0ce6e383f78afebfb3770a1a817fdf9" // actRunnerNodeMajorMin is the minimum Node major version the pinned image must // provide. checkout v7, github-script v9, and download-artifact v8 are Node 24