Skip to content

Commit

Permalink
Merge pull request #33 from zMynxx/dependabot/github_actions/SonarSou…
Browse files Browse the repository at this point in the history
…rce/sonarcloud-github-action-2.0.2

Bump SonarSource/sonarcloud-github-action from 2.0.0 to 2.0.2
  • Loading branch information
zMynxx committed Feb 19, 2024
2 parents 0271048 + 3dd1cee commit cb47e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

steps:
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@v2.0.0
uses: SonarSource/sonarcloud-github-action@v2.0.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Generate a token on Sonarcloud.io, add it to the secrets of this repo with the name SONAR_TOKEN (Settings > Secrets > Actions > add new repository secret)
Expand Down

0 comments on commit cb47e0d

Please sign in to comment.