chore: upgrade jdk for sonar

This commit is contained in:
Timothy Schenk 2024-01-29 08:48:23 +01:00
parent 6a9cacebb5
commit 57c4024578

View file

@ -49,7 +49,7 @@ jobs:
- name: Setup Sonarqube Dependencies - name: Setup Sonarqube Dependencies
run: | run: |
apt-get update apt-get update
apt-get install --yes openjdk-11-jre apt-get install --yes openjdk-18-jre
dotnet tool install --global dotnet-sonarscanner dotnet tool install --global dotnet-sonarscanner
dotnet tool install --global dotnet-coverage dotnet tool install --global dotnet-coverage
- name: Sonarqube Begin - name: Sonarqube Begin