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

wenjun pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 27745a8a84 Upgrade JDK17 for Sonar (#14726)
27745a8a84 is described below

commit 27745a8a8470c27d3c6d78a19195901a72980446
Author: Wenjun Ruan <[email protected]>
AuthorDate: Thu Aug 10 11:29:11 2023 +0800

    Upgrade JDK17 for Sonar (#14726)
---
 .github/workflows/unit-test.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml
index 5867f611f1..487b0e5ce9 100644
--- a/.github/workflows/unit-test.yml
+++ b/.github/workflows/unit-test.yml
@@ -79,11 +79,11 @@ jobs:
       - name: Upload coverage report to codecov
         run: CODECOV_TOKEN="09c2663f-b091-4258-8a47-c981827eb29a" bash <(curl 
-s https://codecov.io/bash)
 
-      # Set up JDK 11 for SonarCloud.
-      - name: Set up JDK 11
+      # Set up JDK 17 for SonarCloud.
+      - name: Set up JDK 17
         uses: actions/setup-java@v2
         with:
-          java-version: 11
+          java-version: 17
           distribution: 'adopt'
       - name: Run SonarCloud Analysis
         run: >

Reply via email to