From e1eab0e562554aa21a302838760ea023cbd462da Mon Sep 17 00:00:00 2001 From: andrii-hryniv Date: Tue, 13 Jun 2023 02:42:21 +0200 Subject: [PATCH] Update JVM version --- .github/workflows/sonar-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sonar-build.yml b/.github/workflows/sonar-build.yml index d78a4b097..5ded3981b 100644 --- a/.github/workflows/sonar-build.yml +++ b/.github/workflows/sonar-build.yml @@ -13,11 +13,11 @@ jobs: - uses: actions/checkout@v3 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@v3 with: - java-version: 11 - distribution: 'zulu' # Alternative distribution options are available. + java-version: 17 + distribution: 'openjdk' - name: Cache SonarCloud packages uses: actions/cache@v3 with: