We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 261bb29 commit 1671808Copy full SHA for 1671808
1 file changed
.github/workflows/ci-cd.yml
@@ -23,11 +23,11 @@ jobs:
23
fetch-depth: 0
24
25
- name: Set up nodejs
26
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
27
with:
28
node-version: '16.16.0'
29
cache: 'npm'
30
-
+
31
- name: npm CI
32
run: npm ci
33
@@ -75,7 +75,7 @@ jobs:
75
76
- name: SonarQube Scan (Push)
77
if: github.event_name == 'push'
78
- uses: SonarSource/sonarcloud-github-action@v1.6
+ uses: SonarSource/sonarcloud-github-action@v1.8
79
env:
80
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
81
@@ -90,7 +90,7 @@ jobs:
90
91
- name: SonarQube Scan (Pull Request)
92
if: github.event_name == 'pull_request'
93
94
95
96
0 commit comments