Skip to content

Commit

Permalink
Switch away from deprecated github action to recommended action
Browse files Browse the repository at this point in the history
  • Loading branch information
neilbmclaughlin committed Dec 17, 2024
1 parent 13c5af2 commit 60d4448
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 @@ -38,7 +38,7 @@ jobs:
npm run unit-test
- name: Analyse code quality
uses: sonarsource/sonarcloud-github-action@master
uses: sonarsource/sonarqube-scan-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 60d4448

Please sign in to comment.