We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d69e30b commit ed12c3bCopy full SHA for ed12c3b
.github/workflows/ci-sonar-angular.yml
@@ -81,7 +81,7 @@ jobs:
81
# --- SonarQube self-hosted (nếu bạn set SONAR_HOST_URL) ---
82
- name: SonarQube Scan (self-hosted)
83
if: ${{ env.SONAR_HOST_URL != '' }}
84
- uses: SonarSource/sonarqube-scan-action@v4
+ uses: SonarSource/sonarqube-scan-action@v5
85
env:
86
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
87
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
0 commit comments