ci: update SHA-pinned GitHub Actions via ratchet - #48
Merged
Conversation
Refresh SHA pins within existing major-version constraints (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>
There was a problem hiding this comment.
Pull request overview
Weekly automated refresh of SHA-pinned GitHub Actions in this repo’s CI workflows, keeping existing major-version ratchet constraints (# ratchet:...@vN) unchanged while updating to newer patch releases.
Changes:
- Bump
actions/checkoutSHA pins to the latest@v7patch release across workflows. - Bump
aws-actions/configure-aws-credentialsSHA pins to the latest@v6patch release where used. - Bump
jdx/mise-actionSHA pins to the latest@v4patch release in workflows that installmise.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/ratchet.yml | Updates actions/checkout and jdx/mise-action SHA pins for the ratchet lint workflow. |
| .github/workflows/go.yml | Updates actions/checkout and jdx/mise-action SHA pins for Go test/lint jobs. |
| .github/workflows/eif-build.yml | Updates actions/checkout and aws-actions/configure-aws-credentials SHA pins used in EIF build/update jobs. |
| .github/workflows/docker.yml | Updates actions/checkout and aws-actions/configure-aws-credentials SHA pins for the Docker build workflow. |
💡 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. Bumps pinned commit SHAs to the latest release within existing major-version constraints (# ratchet:owner/action@vNcomments unchanged — no major upgrades).cloudx-io/openauction#47(now closed): same two bumps plus a newerjdx/mise-actionrelease (v4.2.1 → v4.2.4).actions/checkoutv7.0.0→v7.0.1,aws-actions/configure-aws-credentialsv6.2.2→v6.2.3,jdx/mise-actionv4.2.1→v4.2.4. Patch-level only; low risk; rollback is a trivial revert.Pre-merge checklist
test+lint, Ratchet Lint — all green)mise run //:test/ Go workflow)@vNconstraints unchanged; verified SHAs map to stated release tags)Post-deploy/apply verification
94c41757873bf0c8ac069d1ff069ed71e6980a76onmainat 2026-08-05T15:38:31Zmainpush exercised new pins: Go success https://github.com/cloudx-io/openauction/actions/runs/31021328189 (checkout@3d3c42e5…), Ratchet success https://github.com/cloudx-io/openauction/actions/runs/31021328159; Docker Build / Build EIF not triggered by this pin-only push (path/workflow_run gates)