Skip to content

Commit 65a0ece

Browse files
committed
Missed version number
1 parent 13274df commit 65a0ece

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
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
@@ -92,7 +92,8 @@ jobs:
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 }}

0 commit comments

Comments
 (0)