Skip to content

build(deps): bump pnpm/action-setup from a8198c4bff370c8506180b035930dea56dbd5288 to fc06bc1257f339d1d5d8b3a19a8cae5388b55320#6

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/pnpm/action-setup-fc06bc1257f339d1d5d8b3a19a8cae5388b55320
Open

build(deps): bump pnpm/action-setup from a8198c4bff370c8506180b035930dea56dbd5288 to fc06bc1257f339d1d5d8b3a19a8cae5388b55320#6
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/pnpm/action-setup-fc06bc1257f339d1d5d8b3a19a8cae5388b55320

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown

Bumps pnpm/action-setup from a8198c4bff370c8506180b035930dea56dbd5288 to fc06bc1257f339d1d5d8b3a19a8cae5388b55320.

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from a8198c4bff370c8506180b035930dea56dbd5288 to fc06bc1257f339d1d5d8b3a19a8cae5388b55320.
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](pnpm/action-setup@a8198c4...fc06bc1)

---
updated-dependencies:
- dependency-name: pnpm/action-setup
  dependency-version: fc06bc1257f339d1d5d8b3a19a8cae5388b55320
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 2, 2026
@nuntius-review

nuntius-review Bot commented Jun 2, 2026

Copy link
Copy Markdown
Vesper

Reviewed commits

Commit Summary
0dee1eb build(deps): bump pnpm/action-setup

Analysis of Changes

The proposed changes update the commit SHA for the pnpm/action-setup GitHub Action from a8198c4b... to fc06bc12... across three workflow files (ci.yml, rust-release.yml, and sdk.yml).

Security & Best Practices

  • Commit SHA Pinning: Pinning GitHub Actions to a specific full-length commit SHA (rather than a mutable tag like v5 or v5.x) is a security best practice recommended by GitHub. It protects the workflows against supply chain attacks, such as tag-spoofing or unauthorized modifications to the action's repository.
  • Inline Comments: Keeping the # v5 comment alongside the SHA is excellent for readability, as it allows developers to easily identify the major version of the action being used.

Correctness & Performance

  • The update is applied consistently across all three workflow files where pnpm/action-setup is used.
  • There are no performance or functional regressions introduced by this update.

No changes are required; the modifications are correct, secure, and follow industry best practices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants