Skip to content

Commit bebba93

Browse files
authored
Merge pull request #1224 from basics/feature/sonar-update
ci(sonar): update workflow
2 parents 62ec587 + 5191703 commit bebba93

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/sonar-cloud.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ jobs:
3737
with:
3838
path: |
3939
node_modules
40-
~/.cache/ms-playwright/
41-
~\AppData\Local\ms-playwright\
4240
key: ${{ matrix.os }}-node-v${{ matrix.node }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/package-lock.json')) }}
4341

4442
- name: Install Dependencies
@@ -52,8 +50,8 @@ jobs:
5250
id: package-version
5351
uses: martinbeentjes/npm-get-version-action@main
5452

55-
- name: SonarCloud Scan
56-
uses: sonarsource/sonarcloud-github-action@master
53+
- name: SonarQube Scan
54+
uses: SonarSource/sonarqube-scan-action@master
5755
with:
5856
args: >
5957
-Dsonar.organization=basics

0 commit comments

Comments
 (0)