fix: Fix Sonarqube java version
This commit is contained in:
parent
34609a6eed
commit
b5bf382f6e
@ -4,6 +4,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- fix/sonarqube
|
||||
|
||||
|
||||
jobs:
|
||||
@ -15,10 +16,10 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
||||
- name: Set up JDK 17
|
||||
- name: Set up JDK 21
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 17
|
||||
java-version: 21
|
||||
- name: Cache SonarQube packages
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user