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 62ec587 commit 5191703Copy full SHA for 5191703
.github/workflows/sonar-cloud.yml
@@ -37,8 +37,6 @@ jobs:
37
with:
38
path: |
39
node_modules
40
- ~/.cache/ms-playwright/
41
- ~\AppData\Local\ms-playwright\
42
key: ${{ matrix.os }}-node-v${{ matrix.node }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/package-lock.json')) }}
43
44
- name: Install Dependencies
@@ -52,8 +50,8 @@ jobs:
52
50
id: package-version
53
51
uses: martinbeentjes/npm-get-version-action@main
54
55
- - name: SonarCloud Scan
56
- uses: sonarsource/sonarcloud-github-action@master
+ - name: SonarQube Scan
+ uses: SonarSource/sonarqube-scan-action@master
57
58
args: >
59
-Dsonar.organization=basics
0 commit comments