Skip to content

Commit e5fe9a4

Browse files
Merge pull request #1947 from Giskard-AI/dependabot/github_actions/SonarSource/sonarcloud-github-action-2.2.0
Bump SonarSource/sonarcloud-github-action from 2.1.1 to 2.2.0
2 parents 5987d27 + 0a68d42 commit e5fe9a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195

196196
- name: SonarCloud Scan
197197
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
198+
uses: SonarSource/sonarcloud-github-action@v2.2.0
199199
env:
200200
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
201201
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)