diff --git a/.github/workflows/sonar-scanner.yml b/.github/workflows/sonar-scanner.yml index 52006bca8..25406313c 100644 --- a/.github/workflows/sonar-scanner.yml +++ b/.github/workflows/sonar-scanner.yml @@ -20,7 +20,7 @@ jobs: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0 submodules: recursive - - name: Set up JDK 11 + - name: Set up JDK 17 (Sonar Scanner) uses: actions/setup-java@v3 # The setup-java action provides the functionality for GitHub Actions runners for Downloading and setting up a requested version of Java with: java-version: 17