From cb774efc3681c46a71e62b43b2796c4da2f6cc03 Mon Sep 17 00:00:00 2001 From: Renzheng Wang Date: Tue, 30 Apr 2024 16:21:28 +0800 Subject: [PATCH] Update jdk version to 17 in sonar action --- .github/workflows/sonar.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 839f9d361..9875acdd6 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -14,10 +14,10 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v1 with: - java-version: 11 + java-version: 17 - name: Cache SonarCloud packages uses: actions/cache@v1 with: