From 35821882d82cba6300022f4d1686f556ea17bb37 Mon Sep 17 00:00:00 2001 From: "Renovate [BOT]" Date: Tue, 6 May 2025 21:09:26 +0000 Subject: [PATCH] chore(deps): update sonarsource/sonarqube-scan-action action to v5.2.0 --- .gitea/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 7ce347f..cb2779b 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -23,7 +23,7 @@ jobs: no-fail: true - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v5.1.0 + uses: SonarSource/sonarqube-scan-action@v5.2.0 env: SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }} -- 2.47.2