ci: upgrade dorny/paths-filter v3→v4 for Node 24 runtime#943
Merged
Conversation
v4.0.1 runs on Node 24, eliminating the Node 20 deprecation warning. Drop-in replacement — no input/output changes. Pin to commit SHA per existing convention. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Code Review
Blocking Issues
None.
Suggestions
None.
Clean, minimal change. The pinned SHA fbd0ab8f3e69293af611ebaee6363fc25e6d187d matches the v4.0.1 tag on dorny/paths-filter. Drop-in replacement with no breaking changes — just a Node runtime upgrade from 20 to 24.
There was a problem hiding this comment.
CI Security Review
Scope: Single-line change in .github/workflows/ci.yml — updates dorny/paths-filter from de90cc6f… (v3) to fbd0ab8f… (v4.0.1).
Critical / High
None.
Medium
None.
Low
None.
Analysis
- Supply chain: The new SHA
fbd0ab8f3e69293af611ebaee6363fc25e6d187dis verified to match thev4.0.1tag ondorny/paths-filter. Action remains pinned to a full commit SHA — good. - Permissions: No permission changes. The
changesjob retainscontents: readonly — minimal and correct. - Triggers: No trigger changes. Workflow still fires on
pull_request(safe — runs in fork context without secrets access). - Prompt injection / expression injection: No LLM prompts or
run:blocks are affected by this change. The action's outputs are used only inif:conditions for job gating, not interpolated into scripts. - Secrets: No secrets are referenced in the changed job.
Verdict
PASS — Drop-in version bump of a SHA-pinned action with verified tag. No security impact.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
dorny/paths-filterfrom v3 (Node 20) to v4.0.1 (Node 24)fbd0ab8f3e69293af611ebaee6363fc25e6d187dper existing conventionImpact
Drop-in replacement. v4 has no breaking changes to inputs/outputs — the only change is the Node runtime upgrade from 20 to 24. An optional
predicate-quantifierinput was added but defaults to'some'(matching existing behavior).The remaining
setup-bunNode 20 warning comes fromanthropics/claude-code-actionand is outside our control.Test plan
Detect Changesjob uses this action to filter which jobs run🤖 Generated with Claude Code