chore: upgrade actions to Node 24 runtime (SHA-pinned) - #108
Open
John C. Bland II (johncblandii) wants to merge 1 commit into
Open
chore: upgrade actions to Node 24 runtime (SHA-pinned)#108John C. Bland II (johncblandii) wants to merge 1 commit into
John C. Bland II (johncblandii) wants to merge 1 commit into
Conversation
Copilot started reviewing on behalf of
John C. Bland II (johncblandii)
August 13, 2026 17:08
View session
There was a problem hiding this comment.
Pull request overview
This PR updates GitHub Actions used by the repository’s test workflows to versions that run on the Node 24 runtime, using full SHA pinning with tag comments to improve supply-chain safety and make upgrades explicit.
Changes:
- Pin
actions/checkoutto thev7.0.1commit SHA in all test workflows. - Pin
nick-fields/assert-actionto thev4.0.1commit SHA in all test workflows.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/test-docker-build.yml | Pins actions/checkout and nick-fields/assert-action to verified SHAs for Node 24 runtime compatibility. |
| .github/workflows/test-docker-build-multi-platform.yml | Same SHA-pinned upgrades for the multi-platform test workflow assertions and checkout. |
| .github/workflows/test-docker-build-complex.yml | Same SHA-pinned upgrades for the complex build test workflow assertions and checkout. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
what
SHA-pinned with precise version comments:
actions/checkout@v6→@3d3c42e5...# v7.0.1nick-fields/assert-action@v2→@0efd6166...# v4.0.1why
are already being force-migrated to Node 24
matching the org's direction in chore: upgrade actions to Node 24 runtime and enforce SHA pinning .github#261
references
Supersedes #104
Supersedes #103