diff --git a/.github/workflows/sonarcloud-analysis.yml b/.github/workflows/sonarcloud-analysis.yml
index dd85e358..2ed0c3a2 100644
--- a/.github/workflows/sonarcloud-analysis.yml
+++ b/.github/workflows/sonarcloud-analysis.yml
@@ -9,14 +9,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- - name: Set up JDK 11
+ - name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: zulu
- java-version: 11
+ java-version: 17
- name: Cache SonarCloud packages
uses: actions/cache@v3
with:
@@ -28,7 +28,7 @@ jobs:
with:
path: ~/.m2
key: ${{ runner.os }}-m2-v11-${{ hashFiles('**/pom.xml') }}
- restore-keys: ${{ runner.os }}-m2-v11
+ restore-keys: ${{ runner.os }}-m2-v17
- name: Build and analyze
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
diff --git a/pom.xml b/pom.xml
index 66549ade..a7403636 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
2.22.2
3.3.0
3.6.2
- 0.8.5
+ 0.8.8
${project.basedir}/../jacoco-coverage-report/target/site/jacoco-aggregate/jacoco.xml
@@ -113,7 +113,7 @@
-
+
org.apache.maven.plugins
maven-javadoc-plugin
@@ -152,7 +152,7 @@
-