Skip to content

Commit

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

chore(deps): bump SonarSource/sonarcloud-github-action from 2.0.2 to 2.1.0
  • Loading branch information
jreimone committed Dec 11, 2023
2 parents 33d0cc4 + 7a0a1b9 commit b27a682
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.2
uses: SonarSource/sonarcloud-github-action@v2.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}

0 comments on commit b27a682

Please sign in to comment.