Skip to content

Commit 1dd10dc

Browse files
author
SonarTech
committed
Test GH Action
1 parent 719271f commit 1dd10dc

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
@@ -18,7 +18,7 @@ jobs:
1818
mkdir build
1919
cmake -S . -B build
2020
- name: SonarQube Scan
21-
uses: SonarSource/sonarqube-scan-action@v4
21+
uses: SonarSource/sonarqube-scan-action@9e3b4566ddf746ecad637e9e760676f10e8229d6
2222
env:
2323
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
2424
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} # SonarQube URL is stored in a GitHub secret

0 commit comments

Comments
 (0)