From 3f80a77175f10c9c59f9010df1a306465b192ea8 Mon Sep 17 00:00:00 2001 From: Dion van Velde Date: Mon, 14 Aug 2023 21:50:24 +0200 Subject: [PATCH] Update starsky-sonarqube-clientapp-netcore.yml --- .github/workflows/starsky-sonarqube-clientapp-netcore.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/starsky-sonarqube-clientapp-netcore.yml b/.github/workflows/starsky-sonarqube-clientapp-netcore.yml index ecd55fcfe3..8e86b93ad0 100644 --- a/.github/workflows/starsky-sonarqube-clientapp-netcore.yml +++ b/.github/workflows/starsky-sonarqube-clientapp-netcore.yml @@ -45,11 +45,11 @@ jobs: with: dotnet-version: 6.0.413 - - name: Use Java 11 + - name: Use Java 17 uses: actions/setup-java@v3 with: distribution: 'zulu' - java-version: '11' + java-version: '17' check-latest: true java-package: jdk # (jre, jdk, or jdk+fx) - defaults to jdk architecture: x64 # (x64 or x86) - defaults to x64