chore(deps): update sonarsource/sonarqube-scan-action action to v7.1.0 #135

Merged
Renovate-Clanker merged 1 commits from renovate/sonarsource-sonarqube-scan-action-7.x into main 2026-04-01 17:05:11 +07:00
Showing only changes of commit 24838172c7 - Show all commits
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
--output.checkstyle.path=golangci-lint-report.xml
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v7.0.0
uses: SonarSource/sonarqube-scan-action@v7.1.0
env:
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}