Skip to content

Commit 5ffb954

Browse files
committed
chore: Bump version, update dependencies, update sonar action
1 parent 3ac0d3e commit 5ffb954

File tree

3 files changed

+1085
-575
lines changed

3 files changed

+1085
-575
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
name: SonarCloud
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2020
- name: Install dependencies
2121
run: npm ci
2222
- name: Test and coverage
2323
run: npm run test:coverage
2424
- name: SonarCloud Scan
25-
uses: SonarSource/sonarcloud-github-action@v2.1.1
25+
uses: SonarSource/sonarcloud-github-action@v3.1.0
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
2828
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)