Skip to content

chore: migrate to pinned actions#131

Open
remyleone wants to merge 1 commit intoscaleway:masterfrom
remyleone:actions_up
Open

chore: migrate to pinned actions#131
remyleone wants to merge 1 commit intoscaleway:masterfrom
remyleone:actions_up

Conversation

@remyleone
Copy link
Member

No description provided.

Copilot AI review requested due to automatic review settings February 9, 2026 13:28
Copy link

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

This PR updates the repository’s GitHub Actions workflows to pin commonly used third-party actions (checkout, setup-node, pnpm setup) to specific commit SHAs, improving supply-chain security and build reproducibility.

Changes:

  • Pin actions/checkout to a specific commit SHA (annotated with the intended version).
  • Pin actions/setup-node to a specific commit SHA (annotated with the intended version).
  • Pin pnpm/action-setup to a specific commit SHA (annotated with the intended version).

Reviewed changes

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

File Description
.github/workflows/test.yml Pins action dependencies used across multiple test jobs to specific SHAs.
.github/workflows/lint.yml Pins checkout/node/pnpm setup actions for the lint workflow.
.github/workflows/check-dist.yml Pins checkout/node/pnpm setup actions for the dist verification workflow.

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

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