This is an automated email from the ASF dual-hosted git repository. djwang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudberry-devops-release.git
The following commit(s) were added to refs/heads/main by this push: new eef2516 Update `dorny/paths-filter` version tag to commit eef2516 is described below commit eef2516b90bb7b9de2af95cc2a9df5b125533794 Author: Dianjin Wang <wangdian...@gmail.com> AuthorDate: Sat Jun 7 08:51:09 2025 +0800 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 --- .github/workflows/docker-cbdb-build-containers.yml | 2 +- .github/workflows/docker-cbdb-test-containers.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-cbdb-build-containers.yml b/.github/workflows/docker-cbdb-build-containers.yml index 2a9e77b..1ce1608 100644 --- a/.github/workflows/docker-cbdb-build-containers.yml +++ b/.github/workflows/docker-cbdb-build-containers.yml @@ -96,7 +96,7 @@ jobs: # This prevents unnecessary builds if only one platform was modified - name: Determine if platform changed id: platform-filter - uses: dorny/paths-filter@v3 + uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 with: filters: | rocky8: diff --git a/.github/workflows/docker-cbdb-test-containers.yml b/.github/workflows/docker-cbdb-test-containers.yml index 5b2ab15..9867f63 100644 --- a/.github/workflows/docker-cbdb-test-containers.yml +++ b/.github/workflows/docker-cbdb-test-containers.yml @@ -80,7 +80,7 @@ jobs: # Determine if the current platform's files have changed - name: Determine if platform changed id: platform-filter - uses: dorny/paths-filter@v3 + uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 with: filters: | rocky8: --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cloudberry.apache.org For additional commands, e-mail: commits-h...@cloudberry.apache.org