Skip to content

fix: use v4 tag for setup-node in workflow#14

Merged
chriskinzel merged 1 commit into
mainfrom
fix/workflow-setup-node
Apr 8, 2026
Merged

fix: use v4 tag for setup-node in workflow#14
chriskinzel merged 1 commit into
mainfrom
fix/workflow-setup-node

Conversation

@snehshah22
Copy link
Copy Markdown
Contributor

This Pull Request fixes the broken Notebook MCP Bundle Check workflow.

The Problem: The recently merged file .github/workflows/notebook-mcp-check.yml attempted to pin actions/setup-node to a full commit SHA for static security (64745409647f540ba9c1a129988bd580887fb902). However, that specific SHA could not be verified or resolved by GitHub, leading to hard job failures saying "unable to find version".

The Fix: I have fallen back to pointing purely at the stable release branch tag: uses: actions/setup-node@v4

This fixes the resolver failures and will allow the status check barrier to evaluate correctly again.

@snehshah22 snehshah22 requested review from a team as code owners April 8, 2026 20:16
@github-actions github-actions Bot requested a review from chriskinzel April 8, 2026 20:16
@snehshah22 snehshah22 force-pushed the fix/workflow-setup-node branch 3 times, most recently from cffb1de to 036728c Compare April 8, 2026 20:29
@snehshah22 snehshah22 force-pushed the fix/workflow-setup-node branch from 036728c to 087867c Compare April 8, 2026 20:32
@chriskinzel chriskinzel merged commit 2d72fff into main Apr 8, 2026
8 checks passed
@chriskinzel chriskinzel deleted the fix/workflow-setup-node branch April 8, 2026 20:37
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