From 9edff4ab4cc1cb15f8f4e4814e7038125a5dc844 Mon Sep 17 00:00:00 2001 From: snixtho Date: Tue, 3 Oct 2023 10:21:15 +0200 Subject: [PATCH] Update java version for the sonarcloud runner --- .github/workflows/sonarcloud.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 2b0ce4906..e6012ae20 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -36,9 +36,10 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Set up JDK 11 - uses: actions/setup-java@v1 + uses: actions/setup-java@v3 with: - java-version: 1.11 + distribution: 'oracle' + java-version: '17' - uses: actions/checkout@v3 with: