Skip to content

Commit 8aa4e3e

Browse files
authored
Merge pull request #208 from CapstoneProjectCMC/dependabot/github_actions/dot-github/workflows/SonarSource/sonarqube-scan-action-5.3.1
Bump SonarSource/sonarqube-scan-action from 4 to 5.3.1 in /.github/workflows
2 parents 5c701c2 + 179d778 commit 8aa4e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-sonar-angular.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
# --- SonarQube self-hosted (nếu bạn set SONAR_HOST_URL) ---
8080
- name: SonarQube Scan (self-hosted)
8181
if: ${{ env.SONAR_HOST_URL != '' }}
82-
uses: SonarSource/sonarqube-scan-action@v4
82+
uses: SonarSource/sonarqube-scan-action@v5.3.1
8383
env:
8484
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_FRONTEND }}
8585
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}

0 commit comments

Comments
 (0)