Skip to content

chore: upgrade actions to Node 24 runtime (SHA-pinned) - #29

Open
John C. Bland II (johncblandii) wants to merge 1 commit into
mainfrom
chore/node24-runtime-upgrade
Open

chore: upgrade actions to Node 24 runtime (SHA-pinned)#29
John C. Bland II (johncblandii) wants to merge 1 commit into
mainfrom
chore/node24-runtime-upgrade

Conversation

@johncblandii

Copy link
Copy Markdown

what

  • Bump GitHub Actions references in the workflows to versions running on the Node 24 runtime,
    SHA-pinned with precise version comments:
    • actions/checkout@v4@3d3c42e5... # v7.0.1
    • actions/setup-go@v5@b7ad1dad... # v7.0.0

why

  • GitHub is deprecating the Node 20 runtime; affected workflows emit a deprecation warning and
    are already being force-migrated to Node 24
  • SHA pinning with a verified tag comment makes the upgrade deliberate and supply-chain-safe,
    matching the org's direction in chore: upgrade actions to Node 24 runtime and enforce SHA pinning .github#261
  • Every pinned SHA was verified against its upstream tag

Supersedes #27
Supersedes #28

references

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR updates this repository’s composite action and workflows to use SHA-pinned GitHub Actions revisions that correspond to releases on the newer Node 24 runtime, addressing the runner deprecation warnings while improving supply-chain integrity via immutable pins.

Changes:

  • Replace actions/checkout@v4 with a SHA-pinned actions/checkout revision (annotated as v7.0.1) across the composite action and workflows.
  • Replace actions/setup-go@v5 with a SHA-pinned actions/setup-go revision (annotated as v7.0.0) in the composite action.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
action.yml SHA-pin actions/checkout and actions/setup-go used by the composite action.
.github/workflows/validate-codeowners.yml SHA-pin actions/checkout used by the CODEOWNERS validation workflow.
.github/workflows/test-workflow.yml SHA-pin actions/checkout used by the test workflow.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

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

Labels

patch A minor, backward compatible change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants