Skip to content

fix npm stage action policy - #2794

Merged
alixander merged 1 commit into
masterfrom
agent/fix-npm-stage-policy
Aug 3, 2026
Merged

fix npm stage action policy#2794
alixander merged 1 commit into
masterfrom
agent/fix-npm-stage-policy

Conversation

@alixander

Copy link
Copy Markdown
Collaborator

Summary

  • remove the third-party setup-bun action rejected by the repository Actions policy
  • install the exact tested Bun 1.3.14 package alongside npm 12.0.2
  • keep the workflow limited to GitHub-owned actions

Verification

  • the failed run created zero jobs and npm was never contacted
  • repository Actions policy allows GitHub-owned actions only
  • workflow now references only actions/checkout, actions/setup-go, and actions/setup-node
  • YAML parses and git diff --check passes
  • npm registry contains exact bun@1.3.14 and npm@12.0.2 versions

Nothing was staged or published by the failed run.

@alixander
alixander marked this pull request as ready for review August 3, 2026 14:01
@alixander
alixander merged commit 3253a16 into master Aug 3, 2026
2 of 6 checks passed
@alixander
alixander deleted the agent/fix-npm-stage-policy branch August 3, 2026 14:01
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.

1 participant