diff --git a/.gitea/workflow/build.yaml b/.gitea/workflow/build.yaml index 1a4a21f1..4a1694a3 100644 --- a/.gitea/workflow/build.yaml +++ b/.gitea/workflow/build.yaml @@ -16,12 +16,12 @@ jobs: with: fetch-depth: 0 - - name: SonarQube Scan - id: sonarqube-scan - uses: SonarSource/sonarqube-scan-action@v4.0.0 - env: - SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }} - SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }} + # - name: SonarQube Scan + # id: sonarqube-scan + # uses: SonarSource/sonarqube-scan-action@v4.0.0 + # env: + # SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }} + # SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }} # - name: SonarQube Quality Gate Check # id: quality-gate