Skip to content

Commit 6a86e7b

Browse files
committed
moving to new sonar action
1 parent 1b83f1b commit 6a86e7b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
16-
- name: SonarCloud Scan
17-
uses: SonarSource/sonarcloud-github-action@master
16+
- name: SonarQube Scan
17+
uses: SonarSource/sonarqube-scan-action@v5.1.0
1818
env:
19-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
2019
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)