Skip to content

ci: replace Ana06/get-changed-files with dorny/paths-filter - #3916

Merged
spetz merged 4 commits into
masterfrom
ci/replace-ana06-with-dorny-paths-filter
Aug 20, 2026
Merged

ci: replace Ana06/get-changed-files with dorny/paths-filter#3916
spetz merged 4 commits into
masterfrom
ci/replace-ana06-with-dorny-paths-filter

Conversation

@hubcio

@hubcio hubcio commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

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.

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.
@github-actions github-actions Bot added the S-waiting-on-review PR is waiting on a reviewer label Aug 18, 2026
@codecov

codecov Bot commented Aug 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.81%. Comparing base (9f3468b) to head (66a2749).

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     
Components Coverage Δ
Rust Core 84.67% <ø> (+0.05%) ⬆️
Java SDK 66.67% <ø> (ø)
C# SDK 74.99% <ø> (-1.56%) ⬇️
Python SDK 90.00% <ø> (ø)
PHP SDK 84.48% <ø> (ø)
Node SDK 95.84% <ø> (-0.10%) ⬇️
Go SDK 68.37% <ø> (+0.04%) ⬆️
see 73 files with indirect coverage changes
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@spetz
spetz merged commit 2b52fe0 into master Aug 20, 2026
103 checks passed
@spetz
spetz deleted the ci/replace-ana06-with-dorny-paths-filter branch August 20, 2026 13:04
@github-actions github-actions Bot removed the S-waiting-on-review PR is waiting on a reviewer label Aug 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants