From 4162aaedf85656e7a903e6e3463dcfa049d416e5 Mon Sep 17 00:00:00 2001 From: cascade-bot Date: Mon, 20 Jul 2026 07:09: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 10a62ade..89744a9f 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:2362bb12b0c61438d334b9ed3686809981796a864ab89d93b5ee657652774eb7" +const actRunnerImage = "ghcr.io/catthehacker/ubuntu@sha256:5d6a17640b25694988b9db5a4145537b9918e5430116b2cf90d84e837609b382" // actRunnerNodeMajorMin is the minimum Node major version the pinned image must // provide. checkout v7, github-script v9, and download-artifact v8 are Node 24