We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7eb38a commit e2dfd16Copy full SHA for e2dfd16
2 files changed
.github/workflows/build.yml
@@ -22,8 +22,8 @@ jobs:
22
- run: npm test
23
env:
24
CI: true
25
- - name: SonarCloud Scan
26
- uses: SonarSource/sonarqube-scan-action@@master
+ - name: SonarQube Scan
+ uses: sonarsource/sonarqube-scan-action@master
27
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
29
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
.github/workflows/publish-npm.yml
@@ -18,8 +18,8 @@ jobs:
18
19
20
21
0 commit comments