diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 67ff6f5fc..603396d3b 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -99,7 +99,7 @@ jobs: # Analyze with SonarCloud - name: Analyze with SonarCloud - uses: SonarSource/sonarqube-scan-action@v4.1.0 + uses: SonarSource/sonarqube-scan-action@v4.2.1 env: GITHUB_TOKEN: ${{ github.token }} # Needed to get PR information SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Generate a token on Sonarcloud.io, add it to the secrets of this repo with the name SONAR_TOKEN (Settings > Secrets > Actions > add new repository secret)