Skip to content

Commit

Permalink
Merge pull request #1706 from Giskard-AI/dependabot/github_actions/So…
Browse files Browse the repository at this point in the history
…narSource/sonarcloud-github-action-2.1.1

Bump SonarSource/sonarcloud-github-action from 2.0.2 to 2.1.1
  • Loading branch information
andreybavt authored Jan 4, 2024
2 parents 7c4a2d2 + a2ea89e commit d046450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit d046450

Please sign in to comment.