Skip to content

Commit e632391

Browse files
mydeaclaude
andcommitted
fix: Pin dorny/paths-filter to exact version v4.0.1
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fce1031 commit e632391

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
# Most changed packages are determined in job_build via Nx
6363
- name: Determine changed packages
64-
uses: dorny/paths-filter@v4
64+
uses: dorny/paths-filter@v4.0.1
6565
id: changed
6666
with:
6767
filters: |

.github/workflows/flaky-test-detector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
browsers: 'chromium'
5656

5757
- name: Determine changed tests
58-
uses: dorny/paths-filter@v4
58+
uses: dorny/paths-filter@v4.0.1
5959
id: changed
6060
with:
6161
list-files: json

0 commit comments

Comments
 (0)