diff --git a/.github/workflows/ci-sonar-angular.yml b/.github/workflows/ci-sonar-angular.yml index c001faa8..4a28674f 100644 --- a/.github/workflows/ci-sonar-angular.yml +++ b/.github/workflows/ci-sonar-angular.yml @@ -79,7 +79,7 @@ jobs: # --- SonarQube self-hosted (nếu bạn set SONAR_HOST_URL) --- - name: SonarQube Scan (self-hosted) if: ${{ env.SONAR_HOST_URL != '' }} - uses: SonarSource/sonarqube-scan-action@v4 + uses: SonarSource/sonarqube-scan-action@v5.3.1 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_FRONTEND }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}