PragmaTwice commented on code in PR #3280:
URL: https://github.com/apache/kvrocks/pull/3280#discussion_r2575468375
##########
.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/sonarqube-scan-action@v6
Review Comment:
The fix is not correct. We should follow the README of
https://github.com/SonarSource/sonarqube-github-c-cpp.
But IMHO now we can just replace it with sonarqube-github-c-cpp.
--
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]