Skip to content

Pin GitHub Actions in workflows to commit SHAs#3

Merged
PabloZaiden merged 1 commit into
mainfrom
sha-pin-all-github-actions-in-workflows-ba409a9
May 15, 2026
Merged

Pin GitHub Actions in workflows to commit SHAs#3
PabloZaiden merged 1 commit into
mainfrom
sha-pin-all-github-actions-in-workflows-ba409a9

Conversation

@PabloZaiden
Copy link
Copy Markdown
Owner

Summary

  • Pinned GitHub Actions references to commit SHAs across PR checks, npm release, and reusable binary release workflows.
  • Updated all affected workflow action usages without changing workflow behavior.

Copilot AI review requested due to automatic review settings May 15, 2026 17:33
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Pins third-party GitHub Actions in the repository’s CI/release workflows to immutable commit SHAs, improving supply-chain security while preserving existing workflow behavior.

Changes:

  • Updated PR checks workflow to use SHA-pinned actions/checkout and oven-sh/setup-bun.
  • Updated NPM release workflow to use SHA-pinned actions/checkout, oven-sh/setup-bun, and actions/setup-node.
  • Updated reusable binary release workflow to use SHA-pinned actions/checkout, oven-sh/setup-bun, actions/upload-artifact, and actions/download-artifact.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
.github/workflows/reusable-binary-release.yml Pinned checkout/bun setup and artifact upload/download actions to commit SHAs.
.github/workflows/release-npm-package.yml Pinned checkout/bun/node setup actions to commit SHAs for NPM publishing.
.github/workflows/pr-checks.yml Pinned checkout and bun setup actions to commit SHAs for PR validation.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@PabloZaiden PabloZaiden merged commit 2e28bc9 into main May 15, 2026
5 checks passed
@PabloZaiden PabloZaiden deleted the sha-pin-all-github-actions-in-workflows-ba409a9 branch May 15, 2026 17:40
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.

2 participants