ci: replace Ana06/get-changed-files with dorny/paths-filter - #3916
Merged
Conversation
Ana06/get-changed-files targets node20, which runners now force onto node24 with a deprecation warning on every detect run. The action is unmaintained with no node24 release. dorny/paths-filter v4.0.3 is ASF-approved (approved_patterns.yml), targets node24, and yields the same changed-file list via a catch-all filter with list-files: json. Its matcher sets dot: true, so .github/** changes still match, and all_files covers added, modified and deleted paths like Ana06's all output.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3916 +/- ##
============================================
- Coverage 83.84% 83.81% -0.04%
Complexity 1358 1358
============================================
Files 1212 1212
Lines 166831 166833 +2
Branches 134304 134431 +127
============================================
- Hits 139887 139829 -58
+ Misses 23305 23227 -78
- Partials 3639 3777 +138
🚀 New features to boost your workflow:
|
mmodzelewski
approved these changes
Aug 20, 2026
numinnex
approved these changes
Aug 20, 2026
spetz
approved these changes
Aug 20, 2026
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.
Ana06/get-changed-files targets node20, which runners now force
onto node24 with a deprecation warning on every detect run. The
action is unmaintained with no node24 release.
dorny/paths-filter v4.0.3 is ASF-approved (approved_patterns.yml),
targets node24, and yields the same changed-file list via a
catch-all filter with list-files: json. Its matcher sets dot: true,
so .github/** changes still match, and all_files covers added,
modified and deleted paths like Ana06's all output.