diff --git a/.github/workflows/code-linting.yml b/.github/workflows/code-linting.yml index 5dce4901..bd1f6917 100644 --- a/.github/workflows/code-linting.yml +++ b/.github/workflows/code-linting.yml @@ -78,7 +78,7 @@ jobs: # Removing build.gradle... rm -f build.gradle - name: "Run SonarCloud scan" - uses: SonarSource/sonarcloud-github-action@v2 + uses: SonarSource/sonarcloud-github-action@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}