From 630c6ae3f72b72ef9ec889a5ab14e48b9c43253d Mon Sep 17 00:00:00 2001 From: Sergey Nuyanzin Date: Sat, 2 Aug 2025 10:21:12 +0200 Subject: [PATCH 1/2] [hotfix] Do not run community review label on non Apache repo --- .github/workflows/community-review.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/community-review.yml b/.github/workflows/community-review.yml index 2522d56a03ff9..e421e32ebb1ee 100644 --- a/.github/workflows/community-review.yml +++ b/.github/workflows/community-review.yml @@ -31,6 +31,7 @@ permissions: actions: write jobs: label: + if: github.repository_owner == 'apache' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 From d5c5b714e0e78d54a404cd41f3f994aa444608c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Aug 2025 08:24:06 +0000 Subject: [PATCH 2/2] Bump commons-beanutils:commons-beanutils Bumps commons-beanutils:commons-beanutils from 1.9.4 to 1.11.0. --- updated-dependencies: - dependency-name: commons-beanutils:commons-beanutils dependency-version: 1.11.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- flink-table/flink-sql-client/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flink-table/flink-sql-client/pom.xml b/flink-table/flink-sql-client/pom.xml index a4430420b1a34..45257cd6c94fd 100644 --- a/flink-table/flink-sql-client/pom.xml +++ b/flink-table/flink-sql-client/pom.xml @@ -221,7 +221,7 @@ under the License. commons-beanutils commons-beanutils - 1.9.4 + 1.11.0 test