Skip to content

Commit

Permalink
chore(main): Update SonarCloud action to new scan action (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
HorizonNet authored Dec 11, 2024
1 parent f7a1550 commit fe2a5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 0

- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@v4.0.0
uses: SonarSource/sonarqube-scan-action@v4.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit fe2a5aa

Please sign in to comment.