diff --git a/.github/workflows/sonercloud-analysis.yml b/.github/workflows/sonercloud-analysis.yml index 9b27704..1c6249b 100644 --- a/.github/workflows/sonercloud-analysis.yml +++ b/.github/workflows/sonercloud-analysis.yml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: SonarCloud Scan - uses: SonarSource/sonarqube-scan-action@v5 + uses: SonarSource/sonarqube-scan-action@v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file