We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5987d27 + 0a68d42 commit e5fe9a4Copy full SHA for e5fe9a4
.github/workflows/build-python.yml
@@ -195,7 +195,7 @@ jobs:
195
196
- name: SonarCloud Scan
197
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) }}
198
- uses: SonarSource/sonarcloud-github-action@v2.1.1
+ uses: SonarSource/sonarcloud-github-action@v2.2.0
199
env:
200
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
201
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments