You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci.yaml
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,11 @@ jobs:
15
15
with:
16
16
node-version: 22
17
17
- run: npm run test:cov
18
-
19
-
- name: SonarQube Scan
20
-
uses: sonarsource/sonarqube-scan-action@v4.1.0 # Ex: v2.1.0, See the latest version at https://github.com/marketplace/actions/official-sonarqube-scan
21
-
env:
22
-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
23
-
SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }}
18
+
- name: SonarQube Scan
19
+
uses: sonarsource/sonarqube-scan-action@v4.1.0 # Ex: v2.1.0, See the latest version at https://github.com/marketplace/actions/official-sonarqube-scan
0 commit comments