PragmaTwice commented on code in PR #3280:
URL: https://github.com/apache/kvrocks/pull/3280#discussion_r2575469869
##########
.github/workflows/sonar.yaml:
##########
@@ -33,8 +33,10 @@ jobs:
repository: ${{ github.event.workflow_run.head_repository.full_name
}}
ref: ${{ github.event.workflow_run.head_sha }}
fetch-depth: 0
- - name: Install sonar-scanner and build-wrapper
- uses: SonarSource/sonarcloud-github-c-cpp@v3
+ - name: 'Install Build Wrapper'
+ uses: SonarSource/sonarqube-scan-action/[email protected]
+ - name: 'Install SonarQube Scanner'
+ uses: SonarSource/[email protected]
Review Comment:
This is to perform the scan instead of install something.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]