From 723758959ea703d56a3b49d152ef1bfebe991a62 Mon Sep 17 00:00:00 2001 From: Renovate-Clanker Date: Tue, 28 Apr 2026 14:07:10 +0000 Subject: [PATCH] chore(deps): update sonarsource/sonarqube-scan-action action to v7.2.0 --- .gitea/workflows/sonarqube.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/sonarqube.yml b/.gitea/workflows/sonarqube.yml index 5e9772d..3c85aaa 100644 --- a/.gitea/workflows/sonarqube.yml +++ b/.gitea/workflows/sonarqube.yml @@ -43,7 +43,7 @@ jobs: --output.checkstyle.path=golangci-lint-report.xml - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v7.1.0 + uses: SonarSource/sonarqube-scan-action@v7.2.0 env: SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }} SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}