diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 8baf9945787d..30ab6aa3d168 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -49,7 +49,7 @@ jobs: pytest --cov --cov-report=xml - name: Run SonarCloud scan ☁️ - uses: sonarsource/sonarcloud-github-action@v1.9 + uses: sonarsource/sonarcloud-github-action@v2.0.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}