We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81cb356 commit f0fb637Copy full SHA for f0fb637
.github/workflows/publishment.yml
@@ -29,7 +29,7 @@ jobs:
29
- uses: ./.github/actions/download-lint-report
30
31
- name: SonarCloud Scan
32
- uses: SonarSource/sonarcloud-github-action@master
+ uses: SonarSource/sonarcloud-github-action@latest
33
env:
34
SONAR_TOKEN: ${{ secrets.SONARQUBE_SCANNER }}
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/sonar-pr.yml
@@ -90,7 +90,7 @@ jobs:
90
unzip lint-report.zip -d reports
91
92
93
- uses: sonarsource/sonarcloud-github-action@master
+ uses: SonarSource/sonarqube-scan-action@latest
94
95
96
0 commit comments