This is an automated email from the ASF dual-hosted git repository. yuqi4733 pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/main by this push: new 454624e9d3 [MINOR] fix(CI): update dorny/paths-filter@v3 to dorny/paths-filter@v3.0.2 (#6818) 454624e9d3 is described below commit 454624e9d3378612eaa9ca6baa15c82fa765ddb6 Author: mchades <liminghu...@datastrato.com> AuthorDate: Wed Apr 2 14:47:40 2025 +0800 [MINOR] fix(CI): update dorny/paths-filter@v3 to dorny/paths-filter@v3.0.2 (#6818) ### What changes were proposed in this pull request? update dorny/paths-filter@v3 to dorny/paths-filter@v3.0.2 ### Why are the changes needed? Fix: > Errordorny/paths-filter@v3 is not allowed to be used in apache/gravitino. Actions in this workflow must be: within a repository that belongs to your Enterprise account, created by GitHub, verified in the GitHub Marketplace, or matching the following: 1Password/load-secrets-action@*, AdoptOpenJDK/install-jdk@*, BobAnkh/auto-generate-changelog@*, DavidAnson/markdownlint-cli2-action@b4c9feab76d8025d1e83c653fa3990936df0e6c8, DavidAnson/markdownlint-cli2-action@v16, EnricoMi/publish-unit-test-result-action@*, JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29, JamesIves/github-pages-deploy-action@v4.6.8, JustinBeckwith/linkinator-action@3d5ba091319fa7b0ac14703761eebb7d100e6f6d, JustinBeckwith/linkinator-action@v1.11.0, Kesin11/actions-timeline@427ee2cf860166e404d0d69b4f2b24012bb7af4f, Madrapps/jacoco-report@fd4800e8a81e21bdf373438e5918b975df041d15, PyO3/maturin-action@*, TobKed/label-when-approved-action@*, VirtusLab/scala-cli-setup@ef3764b372549ee60cce795f98da0df46... ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? CI pass --- .github/workflows/access-control-integration-test.yml | 2 +- .github/workflows/backend-integration-test.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/cron-integration-test.yml | 2 +- .github/workflows/flink-integration-test.yml | 2 +- .github/workflows/frontend-integration-test.yml | 2 +- .github/workflows/gvfs-fuse-build-test.yml | 2 +- .github/workflows/python-integration-test.yml | 2 +- .github/workflows/spark-integration-test.yml | 2 +- .github/workflows/trino-integration-test.yml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/access-control-integration-test.yml b/.github/workflows/access-control-integration-test.yml index 3434112c35..116485f4ca 100644 --- a/.github/workflows/access-control-integration-test.yml +++ b/.github/workflows/access-control-integration-test.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: dorny/paths-filter@v3 + - uses: dorny/paths-filter@v3.0.2 id: filter with: filters: | diff --git a/.github/workflows/backend-integration-test.yml b/.github/workflows/backend-integration-test.yml index d1bf363751..d5cc20a8c7 100644 --- a/.github/workflows/backend-integration-test.yml +++ b/.github/workflows/backend-integration-test.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: dorny/paths-filter@v3 + - uses: dorny/paths-filter@v3.0.2 id: filter with: filters: | diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0648d6d0ef..6deec61a11 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: dorny/paths-filter@v3 + - uses: dorny/paths-filter@v3.0.2 id: filter with: filters: | diff --git a/.github/workflows/cron-integration-test.yml b/.github/workflows/cron-integration-test.yml index 19b0aa7f69..f5e5c4a0c7 100644 --- a/.github/workflows/cron-integration-test.yml +++ b/.github/workflows/cron-integration-test.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: dorny/paths-filter@v3 + - uses: dorny/paths-filter@v3.0.2 id: filter with: filters: | diff --git a/.github/workflows/flink-integration-test.yml b/.github/workflows/flink-integration-test.yml index 7543dc8ace..2bd91792cf 100644 --- a/.github/workflows/flink-integration-test.yml +++ b/.github/workflows/flink-integration-test.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: dorny/paths-filter@v3 + - uses: dorny/paths-filter@v3.0.2 id: filter with: filters: | diff --git a/.github/workflows/frontend-integration-test.yml b/.github/workflows/frontend-integration-test.yml index cf46b47ff5..eaf735a990 100644 --- a/.github/workflows/frontend-integration-test.yml +++ b/.github/workflows/frontend-integration-test.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: dorny/paths-filter@v3 + - uses: dorny/paths-filter@v3.0.2 id: filter with: filters: | diff --git a/.github/workflows/gvfs-fuse-build-test.yml b/.github/workflows/gvfs-fuse-build-test.yml index caac0200cc..eb33117510 100644 --- a/.github/workflows/gvfs-fuse-build-test.yml +++ b/.github/workflows/gvfs-fuse-build-test.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: dorny/paths-filter@v3 + - uses: dorny/paths-filter@v3.0.2 id: filter with: filters: | diff --git a/.github/workflows/python-integration-test.yml b/.github/workflows/python-integration-test.yml index 662f204b0d..5f0aed42b5 100644 --- a/.github/workflows/python-integration-test.yml +++ b/.github/workflows/python-integration-test.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: dorny/paths-filter@v3 + - uses: dorny/paths-filter@v3.0.2 id: filter with: filters: | diff --git a/.github/workflows/spark-integration-test.yml b/.github/workflows/spark-integration-test.yml index ded50ba8db..2b6364cbcf 100644 --- a/.github/workflows/spark-integration-test.yml +++ b/.github/workflows/spark-integration-test.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: dorny/paths-filter@v3 + - uses: dorny/paths-filter@v3.0.2 id: filter with: filters: | diff --git a/.github/workflows/trino-integration-test.yml b/.github/workflows/trino-integration-test.yml index 912fd003f1..6cac1b8cd3 100644 --- a/.github/workflows/trino-integration-test.yml +++ b/.github/workflows/trino-integration-test.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: dorny/paths-filter@v3 + - uses: dorny/paths-filter@v3.0.2 id: filter with: filters: |