Skip to content

Commit

Permalink
Updates sonarsource action (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: Jack Sutton <[email protected]>
  • Loading branch information
jack-nhs and SuttonMashing authored Feb 5, 2025
1 parent d9be1e4 commit 3d4a24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
uses: SonarSource/sonarqube-scan-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 3d4a24f

Please sign in to comment.