Skip to content

Commit 1671808

Browse files
committed
AUT-1705: Upgrading versions from review comments.
1 parent 261bb29 commit 1671808

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
fetch-depth: 0
2424

2525
- name: Set up nodejs
26-
uses: actions/setup-node@v2
26+
uses: actions/setup-node@v3
2727
with:
2828
node-version: '16.16.0'
2929
cache: 'npm'
30-
30+
3131
- name: npm CI
3232
run: npm ci
3333

@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: SonarQube Scan (Push)
7777
if: github.event_name == 'push'
78-
uses: SonarSource/sonarcloud-github-action@v1.6
78+
uses: SonarSource/sonarcloud-github-action@v1.8
7979
env:
8080
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
8181
with:
@@ -90,7 +90,7 @@ jobs:
9090
9191
- name: SonarQube Scan (Pull Request)
9292
if: github.event_name == 'pull_request'
93-
uses: SonarSource/sonarcloud-github-action@v1.6
93+
uses: SonarSource/sonarcloud-github-action@v1.8
9494
env:
9595
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
9696
with:

0 commit comments

Comments
 (0)