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 3113531 commit f39a8e8Copy full SHA for f39a8e8
.github/workflows/ci-sonar-angular.yml
@@ -79,7 +79,7 @@ jobs:
79
# --- SonarQube self-hosted (nếu bạn set SONAR_HOST_URL) ---
80
- name: SonarQube Scan (self-hosted)
81
if: ${{ env.SONAR_HOST_URL != '' }}
82
- uses: SonarSource/sonarqube-scan-action@v4
+ uses: SonarSource/sonarqube-scan-action@v5
83
env:
84
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_FRONTEND }}
85
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
0 commit comments