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.
2 parents 5c701c2 + 179d778 commit 8aa4e3eCopy full SHA for 8aa4e3e
.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.3.1
83
env:
84
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_FRONTEND }}
85
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
0 commit comments