fix: Fix Sonarqube java version
All checks were successful
Quality Check / Tests (pull_request) Successful in 36s
Quality Check / Checkstyle Main (pull_request) Successful in 49s
Build / Build and analyze (push) Successful in 3m37s

This commit is contained in:
Jan Gleytenhoover 2024-09-25 14:20:24 +00:00
parent 34609a6eed
commit b5bf382f6e

@ -4,6 +4,7 @@ on:
push: push:
branches: branches:
- main - main
- fix/sonarqube
jobs: jobs:
@ -15,10 +16,10 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis 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 uses: actions/setup-java@v1
with: with:
java-version: 17 java-version: 21
- name: Cache SonarQube packages - name: Cache SonarQube packages
uses: actions/cache@v1 uses: actions/cache@v1
with: with: