diff --git a/.github/workflows/build-python.yml b/.github/workflows/build-python.yml index d901b9c3eb..dfbeac2085 100644 --- a/.github/workflows/build-python.yml +++ b/.github/workflows/build-python.yml @@ -165,7 +165,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.0.2 + uses: SonarSource/sonarcloud-github-action@v2.1.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}