Skip to content

fix: upgrade bundled GitHub Actions runner#128

Merged
jmcte merged 1 commit into
mainfrom
codex/upgrade-actions-runner-2-334
May 31, 2026
Merged

fix: upgrade bundled GitHub Actions runner#128
jmcte merged 1 commit into
mainfrom
codex/upgrade-actions-runner-2-334

Conversation

@pheidon
Copy link
Copy Markdown
Contributor

@pheidon pheidon commented May 31, 2026

Summary

  • bump the runner-fleet package/config image tag to 0.2.1 so the broken 0.2.0 image line is superseded
  • update Linux, Windows, build-script, and deployment-env defaults from GitHub Actions runner 2.333.0 to 2.334.0
  • make the release workflow assert Runner.Listener --version == 2.334.0 for both amd64 and arm64 images before treating a published image as valid

Root Cause

The published ghcr.io/omt-global/github-runner-fleet:0.2.0 image still embedded Actions runner 2.333.0. GitHub now rejects that runner binary as deprecated, so Synology containers could register and then fail to receive jobs.

Validation

  • corepack pnpm vitest run test/dockerfile.test.ts test/env.test.ts test/build-script.test.ts
  • corepack pnpm build

Operational Note

The NAS was already moved to a verified 2.334.0 image during incident repair. This PR makes the source/release path publish the correct runner executable going forward instead of relying on the emergency image line.

@jmcte jmcte marked this pull request as ready for review May 31, 2026 20:48
@jmcte jmcte self-requested a review as a code owner May 31, 2026 20:48
@jmcte jmcte enabled auto-merge (squash) May 31, 2026 20:48
@jmcte jmcte merged commit c5a5dd1 into main May 31, 2026
20 of 23 checks passed
@jmcte jmcte deleted the codex/upgrade-actions-runner-2-334 branch May 31, 2026 20:49
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 00cd95d174

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

- run: |
docker run --rm --platform linux/amd64 --entrypoint /bin/sh "${{ steps.release_meta.outputs.image_ref }}" -lc \
'command -v pgrep && pgrep --version | head -n 1 && docker --version && node --version && python3 --version && terraform version | head -n 1'
'test "$(cd /actions-runner && ./bin/Runner.Listener --version)" = "2.334.0" && command -v pgrep && pgrep --version | head -n 1 && docker --version && node --version && python3 --version && terraform version | head -n 1'
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Move runner-version check before signing

In the release-image.yml ordering I checked, this new Runner.Listener --version assertion runs only after the image digest and per-platform digests have already been signed and SBOM/SLSA attestations have been pushed. If build-image.sh builds with a stale RUNNER_VERSION override and publishes a deprecated runner under the new tag, this check will fail the workflow but leave a signed and attested bad image in GHCR. Run the per-platform version checks immediately after image_digest and before the cosign/attestation steps.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants