Skip to content

Commit b332c7b

Browse files
committed
chore(pipeline): [DEVEX-3158] update SonarCloud
1 parent 644f2d1 commit b332c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- run: npm test --coverage
2020
# sonarcloud scan
2121
- name: SonarQube Scan
22-
uses: SonarSource/sonarqube-scan-action@v4
22+
uses: SonarSource/sonarqube-scan-action@v5
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TEST_COVERAGE }}

0 commit comments

Comments
 (0)