Skip to content

Commit e2dfd16

Browse files
committed
fix sonarqube github action
1 parent b7eb38a commit e2dfd16

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- run: npm test
2323
env:
2424
CI: true
25-
- name: SonarCloud Scan
26-
uses: SonarSource/sonarqube-scan-action@@master
25+
- name: SonarQube Scan
26+
uses: sonarsource/sonarqube-scan-action@master
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
2929
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.github/workflows/publish-npm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
- run: npm test
1919
env:
2020
CI: true
21-
- name: SonarCloud Scan
22-
uses: SonarSource/sonarqube-scan-action@@master
21+
- name: SonarQube Scan
22+
uses: sonarsource/sonarqube-scan-action@master
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
2525
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)