Skip to content

Commit

Permalink
chore(gha): bump SonarSource/sonarcloud-github-action from 2.1.1 to 2…
Browse files Browse the repository at this point in the history
….2.0 (#3099)
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent 1c12ee4 commit 0cf22e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
# No need to run the analysis from all environments
- name: SonarCloud Scan
if: ${{ success() && contains(matrix.os.coverage, 'coverage') && env.SONAR_TOKEN != '' }}
uses: SonarSource/sonarcloud-github-action@v2.1.1
uses: SonarSource/sonarcloud-github-action@v2.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 0cf22e3

Please sign in to comment.