Skip to content

Conversation

jkleinsc
Copy link
Member

@jkleinsc jkleinsc commented Jun 6, 2025

This PR adds roll capability to our github actions runner images. If a new version is available at https://github.com/actions/runner/pkgs/container/actions-runner, create a PR updating the infra repo with the new runner version.

@jkleinsc jkleinsc requested review from a team as code owners June 6, 2025 17:26
@jkleinsc jkleinsc force-pushed the roll-actions-runner branch from 704ccca to b786180 Compare June 6, 2025 17:27
@jkleinsc jkleinsc force-pushed the roll-actions-runner branch from 2c01434 to a647b17 Compare June 10, 2025 20:02
@jkleinsc jkleinsc requested a review from dsanders11 June 10, 2025 20:08
Copy link
Member

@dsanders11 dsanders11 left a comment

Choose a reason for hiding this comment

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

One minor comment about checking the fetch response but otherwise LGTM. I pushed a commit to favor vi.mocked over as any in tests when possible as it ensures type checking on the return types and can catch mistakes.

};
let manifestList: ManifestList;
try {
const manifestResponse = await fetch(manifestUrl, {
Copy link
Member

Choose a reason for hiding this comment

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

Should check manifestResponse.ok in case there's a non-200 response code, which won't throw an error here.

@jkleinsc jkleinsc merged commit fb2b754 into main Jun 16, 2025
1 check passed
@jkleinsc jkleinsc deleted the roll-actions-runner branch June 16, 2025 14:46
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