Skip to content

Navigation Menu

Sign in
Sign up

ci(deps): Bump pnpm/action-setup from 6 to 6.0.9 - #45

Open
dependabot[bot] wants to merge 1 commit into
main from
dependabot/github_actions/pnpm/action-setup-6.0.9
Open

ci(deps): Bump pnpm/action-setup from 6 to 6.0.9 #45
dependabot[bot] wants to merge 1 commit into
main from
dependabot/github_actions/pnpm/action-setup-6.0.9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps pnpm/action-setup from 6 to 6.0.9.

Release notes

Sourced from pnpm/action-setup's releases.

v6.0.9

What's Changed

Full Changelog: pnpm/action-setup@v6...v6.0.9

v6.0.8

What's Changed

New Contributors

Full Changelog: pnpm/action-setup@v6.0.7...v6.0.8

v6.0.7

What's Changed

New Contributors

Full Changelog: pnpm/action-setup@v6.0.6...v6.0.7

v6.0.6

What's Changed

Full Changelog: pnpm/action-setup@v6.0.5...v6.0.6

v6.0.5

What's Changed

Full Changelog: pnpm/action-setup@v6.0.4...v6.0.5

v6.0.4

What's Changed

New Contributors

... (truncated)

Commits
  • 62bce64 fix: extract pnpm version from packageManager field instead of returning unde...
  • 58e6119 feat!: replace bundled pnpm binary with npm + lockfile bootstrap (#212)
  • 2e223e0 chore(workflows): adding pr-check.yaml to validate dist folder (#213)
  • fc06bc1 feat!: run the action on Node.js 24 (#205)
  • b906aff Revert "feat!: run the action on Node.js 24 (#205)"
  • See full diff in compare view

Dependabot compatibility score

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 6 to 6.0.9.
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](pnpm/action-setup@v6...v6.0.9)
---
updated-dependencies:
- dependency-name: pnpm/action-setup
 dependency-version: 6.0.9
 dependency-type: direct:production
 update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: ci. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 3, 2026
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 3, 2026

coderabbitai Bot commented Aug 3, 2026
edited
Loading

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Summary by CodeRabbit

  • Chores
    • Pinned the package setup action to a specific stable version across CI, GUI, and release workflows.
    • Improved build and release process consistency and reproducibility.

Walkthrough

Changes

Workflow action pinning

Layer / File(s) Summary
Pin pnpm/action-setup references
.github/workflows/ci.yml, .github/workflows/gui.yml, .github/workflows/release.yml
All pnpm/action-setup references now use the explicitly pinned version v6.0.9.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Suggested reviewers: doublegate

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the pnpm/action-setup dependency update from version 6 to 6.0.9.
Description check ✅ Passed The description explains the pnpm/action-setup update and its release changes, which matches the workflow modifications.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/github_actions/pnpm/action-setup-6.0.9

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot 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.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.github/workflows/ci.yml:
- Line 35: Pin every pnpm/action-setup reference to commit
0ebf47130e4866e96fce0953f49152a61190b271 instead of the mutable v6.0.9 tag.
Update all nine sites: .github/workflows/ci.yml lines 35, 80, 152, 206, 269, and
318; .github/workflows/gui.yml lines 25 and 123; and
.github/workflows/release.yml line 188.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

i️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: facd17f1-cb9c-4c37-833b-6fe12edc38fe

📥 Commits

Reviewing files that changed from the base of the PR and between bef7d2c and 9ee2a45.

📒 Files selected for processing (3)
  • .github/workflows/ci.yml
  • .github/workflows/gui.yml
  • .github/workflows/release.yml

Comment thread .github/workflows/ci.yml
with:
node-version: '22'
- uses: pnpm/action-setup@v6
- uses: pnpm/action-setup@v6.0.9

@coderabbitai coderabbitai Bot Aug 3, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🔒 Security & Privacy | 🟠 Major | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/usr/bin/env bash
set -euo pipefail
repo='https://github.com/pnpm/action-setup.git'
sha="$(git ls-remote "$repo" 'refs/tags/v6.0.9^{}' | awk 'NR == 1 { print 1ドル }')"
if [ -z "$sha" ]; then
 sha="$(git ls-remote "$repo" 'refs/tags/v6.0.9' | awk 'NR == 1 { print 1ドル }')"
fi
[[ "$sha" =~ ^[0-9a-f]{40}$ ]]
printf 'Use pnpm/action-setup@%s # v6.0.9\n' "$sha"

Repository: doublegate/SPECTRE

Length of output: 228


🏁 Script executed:

#!/usr/bin/env bash
set -euo pipefail
printf '%s\n' '--- workflow references ---'
rg -n --no-heading 'pnpm/action-setup@' .github/workflows/ci.yml .github/workflows/gui.yml .github/workflows/release.yml
printf '%s\n' '--- tag and commit resolution ---'
repo='https://github.com/pnpm/action-setup.git'
git ls-remote "$repo" 'refs/tags/v6.0.9' 'refs/tags/v6.0.9^{}' '0ebf47130e4866e96fce0953f49152a61190b271'
printf '%s\n' '--- GitHub commit lookup ---'
if command -v gh >/dev/null 2>&1; then
 gh api repos/pnpm/action-setup/commits/0ebf47130e4866e96fce0953f49152a61190b271 --jq '.sha'
else
 curl -fsSL 'https://api.github.com/repos/pnpm/action-setup/commits/0ebf47130e4866e96fce0953f49152a61190b271' | jq -r '.sha'
fi

Repository: doublegate/SPECTRE

Length of output: 1023


Pin all nine pnpm/action-setup references to 0ebf47130e4866e96fce0953f49152a61190b271 (v6.0.9) instead of the mutable tag.

🧰 Tools
🪛 zizmor (1.28.0)

[error] 35-35: unpinned action reference (unpinned-uses): action is not pinned to a hash (required by blanket policy)

(unpinned-uses)

📍 Affects 3 files
  • .github/workflows/ci.yml#L35-L35 (this comment)
  • .github/workflows/ci.yml#L80-L80
  • .github/workflows/ci.yml#L152-L152
  • .github/workflows/ci.yml#L206-L206
  • .github/workflows/ci.yml#L269-L269
  • .github/workflows/ci.yml#L318-L318
  • .github/workflows/gui.yml#L25-L25
  • .github/workflows/gui.yml#L123-L123
  • .github/workflows/release.yml#L188-L188
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In @.github/workflows/ci.yml at line 35, Pin every pnpm/action-setup reference
to commit 0ebf47130e4866e96fce0953f49152a61190b271 instead of the mutable v6.0.9
tag. Update all nine sites: .github/workflows/ci.yml lines 35, 80, 152, 206,
269, and 318; .github/workflows/gui.yml lines 25 and 123; and
.github/workflows/release.yml line 188.

Sources: Learnings, Linters/SAST tools

codecov Bot commented Aug 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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

Reviewers

@coderabbitai coderabbitai[bot] coderabbitai[bot] left review comments
@doublegate doublegate Awaiting requested review from doublegate doublegate is a code owner

Assignees

No one assigned

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

0 participants

AltStyle によって変換されたページ (->オリジナル) /