chore: upgrade jdk for sonar
This commit is contained in:
parent
6a9cacebb5
commit
57c4024578
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ jobs:
|
|||
- name: Setup Sonarqube Dependencies
|
||||
run: |
|
||||
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-coverage
|
||||
- name: Sonarqube Begin
|
||||
|
|
Loading…
Reference in a new issue