Skip to content

Commit ed12c3b

Browse files
Bump SonarSource/sonarqube-scan-action from 4 to 5
Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 4 to 5. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@v4...v5) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d69e30b commit ed12c3b

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

0 commit comments

Comments
 (0)