Skip to content

chore: pin GitHub Actions dependencies - #98

Open
jonathannorris wants to merge 1 commit into
mainfrom
chore/pin-actions-node24
Open

chore: pin GitHub Actions dependencies#98
jonathannorris wants to merge 1 commit into
mainfrom
chore/pin-actions-node24

Conversation

@jonathannorris

Copy link
Copy Markdown
Member

Summary

@jonathannorris
jonathannorris requested a review from a team as a code ownerAugust 14, 2026 20:03
CopilotAI lite review requested due to automatic review settings August 14, 2026 20:03
@jonathannorris
jonathannorris enabled auto-merge (squash) August 14, 2026 20:05

CopilotAI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-request to 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.

FileDescription
.github/workflows/semantic-pr.ymlPins semantic PR title action to an immutable SHA.
.github/workflows/release.ymlPins checkout/setup-node/publish/release actions to immutable SHAs for the release pipeline.
Suppressed comments (1)

.github/workflows/release.yml:53

  • Same as above: # main is 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
Sign up for freeto 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

@jonathannorris