diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 83703e8a..8bf7519f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: restore-keys: ${{ runner.os }}-m2 - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@4.2.0 # Ex: v4.1.0, See the latest version at https://github.com/marketplace/actions/official-sonarqube-scan + uses: SonarSource/sonarqube-scan-action@4.1.0 # Ex: v4.1.0, See the latest version at https://github.com/marketplace/actions/official-sonarqube-scan env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }}