ci: bump suzuki-shunsuke/pinact-action from 2.0.0 to 3.0.0#54
ci: bump suzuki-shunsuke/pinact-action from 2.0.0 to 3.0.0#54dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [suzuki-shunsuke/pinact-action](https://github.com/suzuki-shunsuke/pinact-action) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/suzuki-shunsuke/pinact-action/releases) - [Commits](suzuki-shunsuke/pinact-action@cf51507...896d595) --- updated-dependencies: - dependency-name: suzuki-shunsuke/pinact-action dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #54 +/- ##
=======================================
Coverage 97.53% 97.53%
=======================================
Files 3 3
Lines 81 81
Branches 21 21
=======================================
Hits 79 79
Misses 2 2 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
@coderabbitai review |
✅ Action performedReview finished.
|
Summary by CodeRabbit
WalkthroughThe workflow ChangesWorkflow pin update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
.github/workflows/actions-pinned.yml (1)
25-32:⚠️ Potential issue | 🟠 Major | ⚡ Quick winPinact v3 changes
skip_pushsemantics—addfix: "false"to keep validation-only behavior.
.github/workflows/actions-pinned.yml(lines 25-32): in v3.0.0,skip_push: trueonly skips committing;fixdefaults to applying fixes, so the workflow’s validation behavior can change withoutfix: "false".Suggested diff
- uses: suzuki-shunsuke/pinact-action@896d595f299e71d65b9d28349d6956abe144390a # v3.0.0 with: # `version` was removed in pinact-action v2: the pinact binary # is now bundled with the action tag, so the action SHA above # is the only thing pinning the pinact version. skip_push: "true" + fix: "false" env: GITHUB_TOKEN: ${{ github.token }}🤖 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/actions-pinned.yml around lines 25 - 32, The workflow uses suzuki-shunsuke/pinact-action@896d595f... with skip_push: "true", but in pinact v3 skip_push only prevents committing while fixes run by default; update the action input block to explicitly set fix: "false" alongside skip_push to preserve validation-only behavior (locate the action usage block referencing pinact-action@896d595f299e71d65b9d28349d6956abe144390a and add the fix input).
🤖 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.
Outside diff comments:
In @.github/workflows/actions-pinned.yml:
- Around line 25-32: The workflow uses suzuki-shunsuke/pinact-action@896d595f...
with skip_push: "true", but in pinact v3 skip_push only prevents committing
while fixes run by default; update the action input block to explicitly set fix:
"false" alongside skip_push to preserve validation-only behavior (locate the
action usage block referencing
pinact-action@896d595f299e71d65b9d28349d6956abe144390a and add the fix input).
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro
Run ID: af3989a4-a9b5-4152-96ec-7632a48db76a
📒 Files selected for processing (1)
.github/workflows/actions-pinned.yml
Bumps suzuki-shunsuke/pinact-action from 2.0.0 to 3.0.0.
Release notes
Sourced from suzuki-shunsuke/pinact-action's releases.
Commits
896d595chore: prepare release v3.0.08d2d695feat!: update pinact to v4.0.0, expose new run options, honor fix in skip_pus...bd33019chore(deps): lock file maintenance (#1068)9117f4dchore(deps): update node.js to v24.16.0 (#1067)378a2b3chore(deps): update dependency aquaproj/aqua-registry to v4.516.0 (#1066)5c74c8fchore(deps): update dependency aquaproj/aqua-registry to v4.515.0 (#1064)62745e9chore(deps): update dependency typescript-eslint to v8.59.4 (#1063)1d5e6d9chore(deps): update dependency aquaproj/aqua-registry to v4.514.0 (#1062)064e7f1chore(deps): update dependency aquaproj/aqua-registry to v4.513.1 (#1061)3891c77chore(deps): update dependency aquaproj/aqua-renovate-config to v2.12.1 (#1060)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)