Skip to content

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

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)#30
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@v3@3d3c42e5... # v7.0.1
    • actions/github-script@v6@3a2844b7... # v9.0.0
    • nick-fields/assert-action@v1@0efd6166... # v4.0.1
    • cloudposse/github-action-yaml-config-query@v1.0.0@8178e0c0... # v1.0.1

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 #28
Supersedes #29
Supersedes #26
Supersedes #25

references

@johncblandii John C. Bland II (johncblandii) added the patch A minor, backward compatible change label Aug 13, 2026
Copilot AI lite review requested due to automatic review settings August 13, 2026 17:05
@johncblandii John C. Bland II (johncblandii) added the patch A minor, backward compatible change label Aug 13, 2026

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

Upgrades GitHub Actions used by this repository’s composite action and its positive test workflow to Node 24–compatible releases by switching from version tags to SHA-pinned references with version comments, improving supply-chain determinism.

Changes:

  • Pin actions/checkout to the v7.0.1 commit SHA in the composite action and workflow.
  • Pin actions/github-script to the v9.0.0 commit SHA in the composite action.
  • Pin nick-fields/assert-action (v4.0.1) and cloudposse/github-action-yaml-config-query (v1.0.1) to commit SHAs in the workflow/action.

Reviewed changes

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

File Description
action.yml SHA-pins actions/checkout, actions/github-script, and cloudposse/github-action-yaml-config-query within the composite action steps.
.github/workflows/test-positive.yml Updates the workflow to use the same SHA-pinned action references (checkout/assert/yaml-config-query).

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

Comment thread action.yml

- name: Environment info
uses: cloudposse/github-action-yaml-config-query@v1.0.0
uses: cloudposse/github-action-yaml-config-query@8178e0c0d186f53de40f6bcf8e039f1e6a9aefc5 # v1.0.1
Comment thread action.yml
- name: Evaluate Config
id: parse-config
uses: actions/github-script@v6
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
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