diff --git a/.github/workflows/coverage-and-sonar-analysis.yml b/.github/workflows/coverage-and-sonar-analysis.yml index 2c43dc1..42cb4e9 100644 --- a/.github/workflows/coverage-and-sonar-analysis.yml +++ b/.github/workflows/coverage-and-sonar-analysis.yml @@ -17,10 +17,10 @@ jobs: with: fetch-depth: 0 - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v3 with: - java-version: '11' + java-version: '17' distribution: 'temurin' cache: maven