Skip to content

Commit fd3581d

Browse files
authored
Merge pull request #694 from NLeSC/691-update-sonar
2 parents 354bb53 + 32dbf35 commit fd3581d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

template/{% if HasWorkflows %}.github{% endif %}/workflows/{% if AddSonarCloud %}sonarcloud.yml{% endif %}

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
- name: Correct coverage paths
3535
run: sed -i "s+$PWD/++g" coverage.xml
3636
- name: SonarCloud Scan
37-
uses: SonarSource/sonarcloud-github-action@master
37+
uses: SonarSource/sonarqube-scan-action@v5
3838
env:
39-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
4039
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)