From fc79e7abaaa1c9e8c96978451a503f12911e856b Mon Sep 17 00:00:00 2001 From: oddessentials Date: Tue, 14 Jul 2026 12:53:40 -0400 Subject: [PATCH] chore(github): bump actions runner 2.321.0 -> 2.335.1 Six months of runner releases since the pin; 2.335.1 is current (2026-06-09). Verified locally: image builds, entrypoint fails closed with no env and with bad credentials, runner binary reports 2.335.1, runs as non-root 'runner'. No registration performed. Co-Authored-By: Claude Fable 5 --- providers/github/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/github/Dockerfile b/providers/github/Dockerfile index 09e30d0..1ffb7b4 100644 --- a/providers/github/Dockerfile +++ b/providers/github/Dockerfile @@ -11,7 +11,7 @@ ENV DEBIAN_FRONTEND=noninteractive # GitHub Actions runner version # Check for latest: https://github.com/actions/runner/releases -ARG RUNNER_VERSION=2.321.0 +ARG RUNNER_VERSION=2.335.1 ARG RUNNER_ARCH=x64 # -----------------------------------------------------------------------------