Skip to content

Commit

Permalink
Merge pull request #44 from Staffbase/dependabot/github_actions/Sonar…
Browse files Browse the repository at this point in the history
…Source/sonarcloud-github-action-2.0.2

chore(deps): bump SonarSource/sonarcloud-github-action from 2.0.0 to 2.0.2
  • Loading branch information
jreimone authored Sep 11, 2023
2 parents ed6b8a0 + fc8e2a0 commit 0fe2758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: npm run test

- 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, if any
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}

0 comments on commit 0fe2758

Please sign in to comment.