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 1b83f1b commit 6a86e7bCopy full SHA for 6a86e7b
.github/workflows/sonarcloud.yml
@@ -13,8 +13,7 @@ jobs:
13
- uses: actions/checkout@v4
14
with:
15
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
16
- - name: SonarCloud Scan
17
- uses: SonarSource/sonarcloud-github-action@master
+ - name: SonarQube Scan
+ uses: SonarSource/sonarqube-scan-action@v5.1.0
18
env:
19
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
20
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments