Skip to content

Commit 41f47d7

Browse files
Bump SonarSource/sonarqube-scan-action in /.github/workflows
Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 4 to 5.3.1. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@v4...v5.3.1) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: 5.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4786a95 commit 41f47d7

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
@@ -80,7 +80,7 @@ jobs:
8080
# --- SonarQube self-hosted (nếu bạn set SONAR_HOST_URL) ---
8181
- name: SonarQube Scan (self-hosted)
8282
if: ${{ env.SONAR_HOST_URL != '' }}
83-
uses: SonarSource/sonarqube-scan-action@v4
83+
uses: SonarSource/sonarqube-scan-action@v5.3.1
8484
env:
8585
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_FRONTEND }}
8686
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}

0 commit comments

Comments
 (0)