Skip to content

Fix setup-node action reference in CI - #2

Merged
MichZNN merged 1 commit into
MichZNN:developmentfrom
edgepillar:codex/fix-setup-node-ci-pin
Sep 8, 2026
Merged

Fix setup-node action reference in CI#2
MichZNN merged 1 commit into
MichZNN:developmentfrom
edgepillar:codex/fix-setup-node-ci-pin

Conversation

@edgepillar

Copy link
Copy Markdown

The development workflow stops during job setup because its pinned actions/setup-node commit cannot be resolved, as shown in this workflow run.

Replace the invalid SHA with 820762786026740c76f36085b0efc47a31fe5020, the commit referenced by the official v7.0.0 tag, matching the existing version comment. This changes one line in .github/workflows/build-and-release.yml.

Validation:

  • Verified the replacement against the official tag and checked that its action metadata supports the existing inputs.
  • Parsed the workflow YAML and confirmed that the SHA replacement is the only change.
  • git diff --check passed.

This fixes action resolution only. The subsequent audit, tests, and build still need to run in GitHub Actions; their existing checks remain in place.

@MichZNN
MichZNN merged commit b1789d7 into MichZNN:development Sep 8, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants