Uh oh!
There was an error while loading. Please reload this page.
chore: pin GitHub Actions dependencies - #98
Open
jonathannorris wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Pins GitHub Actions and third-party actions used by this repo’s CI/release workflows to immutable commit SHAs, aligning with supply-chain hardening while keeping the Node 24–compatible action lines introduced previously.
Changes:
- Pinned
amannn/action-semantic-pull-requestto a specific commit SHA. - Pinned release workflow actions (
actions/checkout,actions/setup-node,JS-DevTools/npm-publish, and DevCycle release actions) to specific commit SHAs.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .github/workflows/semantic-pr.yml | Pins semantic PR title action to an immutable SHA. |
| .github/workflows/release.yml | Pins checkout/setup-node/publish/release actions to immutable SHAs for the release pipeline. |
Suppressed comments (1)
.github/workflows/release.yml:53
- Same as above:
# mainis now inaccurate because the action reference is pinned to an immutable SHA. Update the comment to reflect the pinned revision (short SHA or tag) so future updates are less error-prone.
- uses: DevCycleHQ/release-action/create-release@688bda29699196751db9da5f08430bf707fb4938 # main
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| node-version: "18" | ||
| - uses: DevCycleHQ/release-action/prepare-release@main | ||
| - uses: DevCycleHQ/release-action/prepare-release@688bda29699196751db9da5f08430bf707fb4938 # main |
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 freeto 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.
Summary