Skip to content

Commit cc4df45

Browse files
committed
ci: update sonar action
1 parent 575b2d5 commit cc4df45

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ jobs:
1515
with:
1616
node-version: 22
1717
- 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
20+
env:
21+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
22+
SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }}
2423
check-application:
2524
runs-on: ubuntu-latest
2625
steps:

0 commit comments

Comments
 (0)