Skip to content

chore: pin GitHub Actions dependencies - #98

Merged
jonathannorris merged 2 commits into
mainfrom
chore/pin-actions-node24
Aug 17, 2026
Merged

chore: pin GitHub Actions dependencies#98
jonathannorris merged 2 commits 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 owner August 14, 2026 20:03
Copilot AI lite review requested due to automatic review settings August 14, 2026 20:03
@jonathannorris
jonathannorris enabled auto-merge (squash) August 14, 2026 20:05

Copilot AI 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.

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: # 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.

Comment thread .github/workflows/release.yml Outdated
node-version: "18"

- uses: DevCycleHQ/release-action/prepare-release@main
- uses: DevCycleHQ/release-action/prepare-release@688bda29699196751db9da5f08430bf707fb4938 # main
Comment thread .github/workflows/release.yml Outdated
token: ${{ secrets.NPM_TOKEN }}

- uses: DevCycleHQ/release-action/create-release@main
- uses: DevCycleHQ/release-action/create-release@688bda29699196751db9da5f08430bf707fb4938 # main

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

this needs to be updated

@jonathannorris
jonathannorris merged commit eb897ad into main Aug 17, 2026
5 of 6 checks passed
@jonathannorris
jonathannorris deleted the chore/pin-actions-node24 branch August 17, 2026 20:50
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.

3 participants