Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Commit eef2516

Browse files
committed
Update dorny/paths-filter version tag to commit
As reported in issue #20, dorny/paths-filter@v3 is not allowed to be used in the Apache repos. So we need to change the version tag to the git commit to use it. See: https://issues.apache.org/jira/browse/INFRA-26729
1 parent e06dd83 commit eef2516

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-cbdb-build-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
# This prevents unnecessary builds if only one platform was modified
9797
- name: Determine if platform changed
9898
id: platform-filter
99-
uses: dorny/paths-filter@v3
99+
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
100100
with:
101101
filters: |
102102
rocky8:

.github/workflows/docker-cbdb-test-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
# Determine if the current platform's files have changed
8181
- name: Determine if platform changed
8282
id: platform-filter
83-
uses: dorny/paths-filter@v3
83+
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
8484
with:
8585
filters: |
8686
rocky8:

0 commit comments

Comments
 (0)