We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a719f65 commit 412df46Copy full SHA for 412df46
.github/workflows/build-python.yml
@@ -202,7 +202,7 @@ jobs:
202
203
- name: SonarQube Scan
204
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) }}
205
- uses: SonarSource/sonarqube-scan-action@v4
+ uses: SonarSource/sonarqube-scan-action@v5
206
env:
207
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
208
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments