Skip to content

Commit f6c52ba

Browse files
author
SonarTech
committed
Test GH Action
1 parent 2680fdd commit f6c52ba

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
@@ -28,7 +28,7 @@ jobs:
2828
# The project needs to be built so the `.modmap` files are generated
2929
cmake --build build --target all
3030
- name: SonarQube Scan
31-
uses: SonarSource/sonarqube-scan-action@v4
31+
uses: SonarSource/sonarqube-scan-action@9e3b4566ddf746ecad637e9e760676f10e8229d6
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }} # Put the name of your token here

0 commit comments

Comments
 (0)