ci: update pinned GitHub Actions via ratchet - #9
Merged
Conversation
Within-major patch bumps produced by `mise run //:ratchet:update`: - actions/checkout v7.0.0 -> v7.0.1 - aws-actions/configure-aws-credentials v6.2.2 -> v6.2.3 - jdx/mise-action v4.2.1 -> v4.2.4 Co-authored-by: Nick Pellegrino <nickpell@users.noreply.github.com>
This was referenced Aug 5, 2026
nickpell
marked this pull request as ready for review
August 5, 2026 15:38
There was a problem hiding this comment.
Pull request overview
This PR refreshes pinned commit SHAs for several GitHub Actions in existing workflows, keeping the existing major-version (# ratchet:...@vX) constraints intact and making no workflow-logic changes.
Changes:
- Updated
actions/checkoutpins to the latestv7patch release SHA across workflows. - Updated
aws-actions/configure-aws-credentialspins to the latestv6patch release SHA where used. - Updated
jdx/mise-actionpins to the latestv4patch release SHA in CI workflows that usemise.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/ratchet.yml | Refreshes pinned SHAs for actions/checkout and jdx/mise-action used by Ratchet lint workflow. |
| .github/workflows/go.yml | Refreshes pinned SHAs for actions/checkout and jdx/mise-action in Go test/lint jobs. |
| .github/workflows/eif-build.yml | Refreshes pinned SHAs for actions/checkout and aws-actions/configure-aws-credentials in EIF build/update jobs. |
| .github/workflows/docker.yml | Refreshes pinned SHAs for actions/checkout and aws-actions/configure-aws-credentials in Docker build job. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
mise run //:ratchet:update. Every pinned action keeps its current# ratchet:owner/action@vXconstraint; only the commit SHA moves forward. No workflow logic changed.actions/checkoutv7.0.0→v7.0.1 (9c091bb→3d3c42e),aws-actions/configure-aws-credentialsv6.2.2→v6.2.3 (517a711→e6de054),jdx/mise-actionv4.2.1→v4.2.4 (dad1bfd→7e36c90). Files:go.yml,docker.yml,eif-build.yml,ratchet.yml.actions/setup-gomajor (v6→v7) intentionally excluded for a separate opt-in upgrade.Notable release notes
git config --unset.PackedPolicyTooLargeSTS detection.tarfallback; restore PATH propagation viaGITHUB_PATH(net positive formise run //:...steps);NO_COLOR=1for--lockedprobe.Pre-merge checklist
test+lint, Ratchet Lint — all green)mise run //:test/ Go workflow)@vNconstraints unchanged; target SHAs confirmed viagit/refs/tagsfor v7.0.1 / v6.2.3 / v4.2.4)Post-deploy/apply verification
mainasbc9e5ebb46e447c620d5578cf891c086c07cdf24(2026-08-05T15:41:40Z); post-merge workflows exercised the new pinsmain@bc9e5eb: Go success (31021588464), Ratchet success (31021588453), Docker Build success (31021654671), Build EIF success (31021981575); runs usedactions/checkout@3d3c42e…,configure-aws-credentials@e6de054…,mise-action@7e36c90…