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.
2 parents 8440433 + 5168f49 commit 63d9f49Copy full SHA for 63d9f49
.github/workflows/sonarcloud.yml
@@ -5,8 +5,8 @@ on:
5
workflows: [Test]
6
types: [completed]
7
jobs:
8
- sonarcloud:
9
- name: SonarCloud
+ sonarqube:
+ name: SonarQube
10
runs-on: ubuntu-latest
11
if: github.event.workflow_run.conclusion == 'success'
12
steps:
@@ -46,8 +46,8 @@ jobs:
46
unzip lcov_info.zip
47
mkdir coverage
48
mv lcov.info coverage
49
- - name: SonarCloud Scan
50
- uses: SonarSource/sonarcloud-github-action@master
+ - name: SonarQubeScan Scan
+ uses: SonarSource/sonarqube-scan-action@v6
51
env:
52
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
53
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments