Skip to content

Commit

Permalink
Merge pull request #35 from 1fabiopereira/chore/update-pipeline
Browse files Browse the repository at this point in the history
chore: update sonar cloud on pipeline
  • Loading branch information
1fabiopereira authored Oct 3, 2023
2 parents 1ffd608 + e1864a8 commit 9309baf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:

steps:
- name: Git checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Use Node.js Version 16.x
uses: actions/setup-node@v2
- name: Use Node.js Version 18.x
uses: actions/setup-node@v3
with:
node-version: 16.14.x
node-version: 18.18.x

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand All @@ -40,7 +40,7 @@ jobs:
run: yarn prepack

- name: SonarCloud Scan Typescript
run: yarn sonar
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 9309baf

Please sign in to comment.