Skip to content

Commit 80b592f

Browse files
author
SonarTech
committed
Test GH Action
1 parent fc52ec8 commit 80b592f

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
./configure
2424
build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} make clean all
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)