Update pinned action versions#510
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates pinned GitHub Action references across the repo’s CI/release workflows to newer upstream revisions, keeping workflow dependencies current and reproducible.
Changes:
- Bump
actions/checkoutpin from v6.0.2 to v6.0.3 (SHA update). - Bump
actions/setup-nodepin from v6.3.0 to v6.4.0 (SHA update). - Bump
actions/github-scriptpin from v8 to v9.0.0, andchangesets/actionfrom v1.5.1 to v1.9.0 in release/publish workflows.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/tests.yml | Updates pinned checkout and setup-node SHAs used in unit test matrix runs. |
| .github/workflows/stencilbook.yml | Updates pinned checkout and setup-node SHAs used in Stencilbook deploy workflow. |
| .github/workflows/publish-package.yml | Updates pinned checkout, setup-node, and github-script SHAs in the package publish reusable workflow. |
| .github/workflows/mint-components-release.yml | Updates pinned checkout, setup-node, changesets/action, and github-script SHAs used in mint-components release automation. |
| .github/workflows/deep-forest.yml | Updates pinned checkout and setup-node SHAs used in Deep Forest sync workflow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Noah Clarke (noahwc)
approved these changes
Jun 3, 2026
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.
Description of the change
Update pinned versions of all third party GitHub actions
Type of change
Checklists
Development
Paperwork
Code review