This is an automated email from the ASF dual-hosted git repository.

zhaojinchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new c01396a0ffb Refactor : update the JDK from 11 to 17 for sonar related 
plugin (#29772)
c01396a0ffb is described below

commit c01396a0ffbc65e048263d1d263c268dbea14591
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Fri Jan 19 09:56:11 2024 +0800

    Refactor : update the JDK from 11 to 17 for sonar related plugin (#29772)
---
 .github/workflows/nightly-check.yml   | 4 ++--
 .github/workflows/schedule-report.yml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/nightly-check.yml 
b/.github/workflows/nightly-check.yml
index 92e248d5f24..29a07dce529 100644
--- a/.github/workflows/nightly-check.yml
+++ b/.github/workflows/nightly-check.yml
@@ -58,7 +58,7 @@ jobs:
       - uses: actions/setup-java@v3
         with:
           distribution: 'temurin'
-          java-version: 11
+          java-version: 17
       - uses: actions/cache@v3
         with:
           path: ~/.sonar/cache
@@ -88,7 +88,7 @@ jobs:
       - uses: actions/setup-java@v3
         with:
           distribution: 'temurin'
-          java-version: 11
+          java-version: 17
       - uses: actions/cache@v3
         with:
           path: ~/.sonar/cache
diff --git a/.github/workflows/schedule-report.yml 
b/.github/workflows/schedule-report.yml
index ea931496dc5..c6dc2d10cdd 100644
--- a/.github/workflows/schedule-report.yml
+++ b/.github/workflows/schedule-report.yml
@@ -41,7 +41,7 @@ jobs:
       - uses: actions/setup-java@v3
         with:
           distribution: 'temurin'
-          java-version: 11
+          java-version: 17
       - uses: actions/cache@v3
         with:
           path: ~/.sonar/cache

Reply via email to