File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 7878 run : |
7979 pip install gcovr==5.0 # 5.1 is not supported by sonarcloud
8080 - name : Install Build Wrapper
81- uses : SonarSource/sonarqube-scan-action/install-build-wrapper@4 .2.1
81+ uses : SonarSource/sonarqube-scan-action/install-build-wrapper@v4 .2.1
8282 # - name: Install sonar-scanner and build-wrapper
8383 # uses: SonarSource/sonarcloud-github-c-cpp@v3
8484 - name : Download all workflow run artifacts
9292 run : |
9393 build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
9494 - name : SonarQube Scan
95- uses :
SonarSource/[email protected] 95+ uses :
96+ uses :
SonarSource/[email protected] 9697 env :
9798 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
9899 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
You can’t perform that action at this time.
0 commit comments