diff --git a/.github/workflows/build-python.yml b/.github/workflows/build-python.yml index 9807c21aca..0f2e2ac25a 100644 --- a/.github/workflows/build-python.yml +++ b/.github/workflows/build-python.yml @@ -195,7 +195,7 @@ jobs: - name: SonarCloud Scan if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10' && !matrix.langchain_minimal && !matrix.pandas_v1 && !matrix.pydantic_v1 && (github.event.ref == 'refs/heads/main' || github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) }} - uses: SonarSource/sonarcloud-github-action@v2.3.0 + uses: SonarSource/sonarcloud-github-action@v3.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}