Skip to content

Commit

Permalink
Upgrade to sonarqube-scan-action instead because old one is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
halprin committed Dec 6, 2024
1 parent 05c7b96 commit 8d9abfb
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 @@ -51,7 +51,7 @@ jobs:
run: make unitTests

- name: Sonar
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 }}
Expand Down

0 comments on commit 8d9abfb

Please sign in to comment.