We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac0d3e commit 5ffb954Copy full SHA for 5ffb954
.github/workflows/build.yml
@@ -14,15 +14,15 @@ jobs:
14
name: SonarCloud
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
18
with:
19
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
20
- name: Install dependencies
21
run: npm ci
22
- name: Test and coverage
23
run: npm run test:coverage
24
- name: SonarCloud Scan
25
- uses: SonarSource/sonarcloud-github-action@v2.1.1
+ uses: SonarSource/sonarcloud-github-action@v3.1.0
26
env:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
28
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments