diff --git a/.github/workflows/CodeQuality.yml b/.github/workflows/CodeQuality.yml index 585404c4..70aabf83 100644 --- a/.github/workflows/CodeQuality.yml +++ b/.github/workflows/CodeQuality.yml @@ -18,6 +18,13 @@ jobs: with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis + - name: Set up JDK 17 + uses: actions/setup-java@v4 + with: + distribution: 'temurin' + java-version: '17' + overwrite-settings: false + - name: Setup .NET Core uses: actions/setup-dotnet@v3 with: @@ -47,4 +54,4 @@ jobs: run: dotnet sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - \ No newline at end of file +