fix: Fix Sonarqube java version #17

Merged
jank merged 15 commits from fix/sonarqube into main 2024-09-25 15:15:46 +00:00
Showing only changes of commit b5bf382f6e - Show all commits

@ -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: