diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2aad0f9..6728034 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: run: uv cache prune --ci - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v4.2.1 + uses: SonarSource/sonarqube-scan-action@v5.0.0 env: SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }} SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}