diff --git a/.gitea/workflows/analyse.yml b/.gitea/workflows/analyse.yml index 4321e84..95cd3e1 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/sonar-scanner-cli - with: + uses: SonarSource/sonarqube-scan-action@v7.0.0 + env: + SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: http://infra.bv.stef.lan:9000 - SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}