Skip to content

Commit

Permalink
chore(gha): bump SonarSource/sonarcloud-github-action from 3.1.0 to 4…
Browse files Browse the repository at this point in the history
….0.0 (#3226)
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent 890c5bc commit f31b004
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ 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/[email protected]
# This action is now deprecated, so in the future, we should use the new one
# Fore more details, see https://community.sonarsource.com/t/upcoming-last-release-v-4-0-0-remove-docker-and-deprecation-of-github-action-for-sonarqube-cloud/131480
uses: SonarSource/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit f31b004

Please sign in to comment.