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 8fa39f1 commit f52298cCopy full SHA for f52298c
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v4
15
with:
16
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
17
- - uses: sonarsource/sonarqube-scan-action@master
+ - uses: sonarsource/sonarqube-scan-action@mj/test_cli_v11_update
18
env:
19
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} # SonarQube URL is stored in a GitHub secret
20
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
0 commit comments