diff --git a/.github/workflows/sonar-qube.yml b/.github/workflows/sonar-qube.yml index 943e6d0e3..a07ceb90a 100644 --- a/.github/workflows/sonar-qube.yml +++ b/.github/workflows/sonar-qube.yml @@ -26,10 +26,10 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-java@v4 with: - java-version: | - '11' - '17' distribution: 'temurin' + java-version: | + 11 + 17 - name: Cache SonarQube Scanner uses: actions/cache@v3 with: