From 92b37e15d45b3eb4b496765fcdc3bbd2d640c60e Mon Sep 17 00:00:00 2001 From: Kengo Ide Date: Mon, 5 Feb 2024 02:11:00 +0900 Subject: [PATCH] =?UTF-8?q?SonarScanner=20=E3=82=92=E5=AE=9F=E8=A1=8C?= =?UTF-8?q?=E3=81=99=E3=82=8B=20Java=20=E3=83=A9=E3=83=B3=E3=82=BF?= =?UTF-8?q?=E3=82=A4=E3=83=A0=E3=82=92=2017=20=E3=81=AB=E3=82=A2=E3=83=83?= =?UTF-8?q?=E3=83=97=E3=82=B0=E3=83=AC=E3=83=BC=E3=83=89=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/sonarscan.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonarscan.yml b/.github/workflows/sonarscan.yml index a45d55a7e1..5f64628653 100644 --- a/.github/workflows/sonarscan.yml +++ b/.github/workflows/sonarscan.yml @@ -111,10 +111,10 @@ jobs: $env:CMD_TESTS1 ` --gtest_output=xml:${{ github.workspace }}\tests1-googletest.xml - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v1 with: - java-version: 11 + java-version: 17 - name: Fetch SonarScanner working-directory: ${{ github.workspace }}\.sonar