fix: bump internal action pins to HEAD so version-bump loads - #29
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates this repository’s internal uses: braintree/web-sdk-github-actions/...@<sha> pins from the previously pinned commit to a newer commit so the release pipeline and related composite actions load correctly (notably avoiding the previously broken uses: format in version-bump).
Changes:
- Bumps internal action references (setup-node/setup-git/version-bump/npm-publish/release-notes) to a newer commit SHA.
- Updates reusable workflow call sites (ci.yml / publish.yml) in release workflows to the same newer SHA.
- Aligns the repo’s own CI/validation workflows to the same newer internal action SHA.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| actions/version-bump/action.yml | Updates internal helper action pins used by the version bump composite action. |
| actions/release-notes/action.yml | Updates the setup-node pin used by release notes generation. |
| actions/npm-publish/action.yml | Updates the setup-node pin used by npm publishing. |
| .github/workflows/validate-scripts.yml | Updates the setup-node pin used during script validation. |
| .github/workflows/release-pipeline.yml | Updates pins for calling internal reusable workflows and version-bump action in the release pipeline. |
| .github/workflows/release-dry-run.yml | Updates pins for calling internal reusable workflows and actions in the dry-run release workflow. |
| .github/workflows/publish.yml | Updates pins for npm publish and release notes steps in the publish workflow. |
| .github/workflows/ci.yml | Updates the setup-node pin used by the reusable CI workflow. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
adrmachado-public
approved these changes
Aug 19, 2026
RickeySerna
approved these changes
Aug 19, 2026
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The release pipeline pins its own actions to
cf4b40f. This fixes a known issue that Adriana fixed a while ago, but the SHA pins weren't ever updated.