Skip to content

Commit

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

Bump SonarSource/sonarcloud-github-action from 2.1.1 to 2.2.0
  • Loading branch information
kevinmessiaen committed Jun 12, 2024
2 parents 5987d27 + 0a68d42 commit e5fe9a4
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 @@ -195,7 +195,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.1.1
uses: SonarSource/sonarcloud-github-action@v2.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit e5fe9a4

Please sign in to comment.