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 719271f commit 1dd10dcCopy full SHA for 1dd10dc
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
mkdir build
19
cmake -S . -B build
20
- name: SonarQube Scan
21
- uses: SonarSource/sonarqube-scan-action@v4
+ uses: SonarSource/sonarqube-scan-action@9e3b4566ddf746ecad637e9e760676f10e8229d6
22
env:
23
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
24
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} # SonarQube URL is stored in a GitHub secret
0 commit comments