diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index e63d5b752..08f2e5116 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -46,7 +46,7 @@ jobs: # Send report to sonar - name: SonarCloud Scan - uses: SonarSource/sonarqube-scan-action@v4.2.1 + uses: SonarSource/sonarqube-scan-action@v6.0.0 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}