diff --git a/.github/workflows/build-python.yml b/.github/workflows/build-python.yml index 2e364d2a6b..890248902a 100644 --- a/.github/workflows/build-python.yml +++ b/.github/workflows/build-python.yml @@ -202,7 +202,7 @@ jobs: - name: SonarQube 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/sonarqube-scan-action@v5 + uses: SonarSource/sonarqube-scan-action@v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}