diff --git a/.github/workflows/CodeQuality.yml b/.github/workflows/CodeQuality.yml index 585404c46..aa27bde99 100644 --- a/.github/workflows/CodeQuality.yml +++ b/.github/workflows/CodeQuality.yml @@ -14,6 +14,12 @@ jobs: name: Build runs-on: ubuntu-latest steps: + - name: Set up JDK 17 + uses: actions/setup-java@v2 + with: + java-version: '17' + distribution: 'adopt' + - uses: actions/checkout@v3 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis