diff --git a/.gitea/workflows/analyse.yml b/.gitea/workflows/analyse.yml index b34d62e..4321e84 100644 --- a/.gitea/workflows/analyse.yml +++ b/.gitea/workflows/analyse.yml @@ -18,7 +18,7 @@ jobs: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0 - name: SonarQube Scan - uses: sonarsource/sonarqube-scan:4.0.0 + uses: sonarsource/sonar-scanner-cli with: - host: http://infra.bv.stef.lan:9000 - login: ${{ secrets.SONARQUBE_TOKEN }} + SONAR_HOST_URL: http://infra.bv.stef.lan:9000 + SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}