diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ae65fe9..e2ae0b0 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@v5.1.0 + uses: SonarSource/sonarqube-scan-action@v5.2.0 env: SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }} SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}