Skip to content

Commit bfd6410

Browse files
authored
chore(ci): migrate SonarCloud action (#49)
to sonarqube-scan-action, as indicated by warnings in the workflow logs. Co-authored-by: eliflores <eliflores@users.noreply.github.com>
1 parent 4973b5d commit bfd6410

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@ jobs:
3636
run: sed -i 's/\/home\/runner\/work\/coding-katas-python\/coding-katas-python\//\/github\/workspace\//g' coverage-reports/coverage.xml
3737

3838
- name: SonarCloud Scan
39-
uses: SonarSource/sonarcloud-github-action@master
39+
uses: SonarSource/sonarqube-scan-action@v6
4040
with:
4141
args: >
4242
-Dsonar.projectVersion=${{ github.sha }}
4343
env:
44-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4544
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)