Skip to content

Commit 1d4f10c

Browse files
Test sonarqube-scan-action
1 parent 07738d3 commit 1d4f10c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
Start-Process -FilePath .\OpenCppCoverageSetup.exe -ArgumentList "/SUPRESSMSGBOXES /NORESTART /VERYSILENT" -NoNewWindow -Wait
2727
2828
- name: Install build-wrapper
29-
uses: sonarsource/sonarqube-scan-action/install-build-wrapper@antonio/SCCPPGHA-10-rebranding-forwarding
29+
uses: sonarsource/sonarqube-scan-action/install-build-wrapper@antonio/SQCPPGHA-9-rebranding-and-forward
3030

3131
- name: Run build-wrapper
3232
run: |
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
&"C:\Program Files\OpenCppCoverage\OpenCppCoverage.exe" --cover_children --sources=$(pwd) --modules test*\*\test*.dll "--export_type=cobertura:cobertura.xml" -- vstest.console.exe test1\*\test1.dll test2\*\test2.dll
4141
- name: Run sonar-scanner
42-
uses: sonarsource/sonarqube-scan-action@antonio/SCCPPGHA-10-rebranding-forwarding
42+
uses: sonarsource/sonarqube-scan-action@antonio/SQCPPGHA-9-rebranding-and-forward
4343
env:
4444
#GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }} # Put the name of your token here

0 commit comments

Comments
 (0)