Skip to content

Commit 98b4564

Browse files
authored
Merge pull request #22 from mathmelo/mathmelo-patch-1
Update ci.yaml
2 parents 72d0e23 + d2ab799 commit 98b4564

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: ci-node-workflow
22
on:
33
pull_request:
4-
types: [opened, synchronize, reopened]
54
branches:
65
- develop
76
jobs:
@@ -15,12 +14,11 @@ jobs:
1514
with:
1615
node-version: 22
1716
- run: npm run test:cov
18-
19-
- name: SonarQube Cloud Scan
20-
uses: SonarSource/sonarcloud-github-action@master
17+
- name: SonarQube Scan
18+
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
2119
env:
22-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2320
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
21+
SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }}
2422
check-application:
2523
runs-on: ubuntu-latest
2624
steps:

0 commit comments

Comments
 (0)