Skip to content

Commit

Permalink
chore: Upgrades SonarQube action
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelriosoliveira committed Jan 28, 2025
1 parent ee3917b commit bcc1ae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
- name: Run tests
run: pnpm test

- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit bcc1ae0

Please sign in to comment.