Skip to content

Commit 2cb136e

Browse files
author
SonarTech
committed
Test GH Action
1 parent bb4c369 commit 2cb136e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cmake -S . -B build
2424
build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} cmake --build build/ --config Release
2525
- name: SonarQube Scan
26-
uses: SonarSource/sonarqube-scan-action@v4
26+
uses: SonarSource/sonarqube-scan-action@9e3b4566ddf746ecad637e9e760676f10e8229d6
2727
env:
2828
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }} # Put the name of your token here
2929
with:

0 commit comments

Comments
 (0)