We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2680fdd commit f6c52baCopy full SHA for f6c52ba
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
# The project needs to be built so the `.modmap` files are generated
29
cmake --build build --target all
30
- name: SonarQube Scan
31
- uses: SonarSource/sonarqube-scan-action@v4
+ uses: SonarSource/sonarqube-scan-action@9e3b4566ddf746ecad637e9e760676f10e8229d6
32
env:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }} # Put the name of your token here
0 commit comments