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 a91823e commit 855395eCopy full SHA for 855395e
.github/workflows/build.yml
@@ -106,7 +106,7 @@ jobs:
106
# No need to run the analysis from all environments
107
- name: SonarCloud Scan
108
if: ${{ success() && contains(matrix.os.coverage, 'coverage') && env.SONAR_TOKEN != '' }}
109
- uses: SonarSource/sonarqube-scan-action@v5
+ uses: SonarSource/sonarqube-scan-action@v6
110
env:
111
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
112
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments