Skip to content

Commit

Permalink
chore(deps): update sonarsource/sonarqube-scan-action action from vv2…
Browse files Browse the repository at this point in the history
….3.0 to v4
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent 5a1598b commit 39c0115
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- run: npm run check
- run: npm run test -- run --coverage --coverage.reporter=lcov --reporter=vitest-sonar-reporter --outputFile.vitest-sonar-reporter=test-report.xml --reporter=default
- name: SonarQube Scan
uses: sonarsource/sonarqube-scan-action@v2.3.0
uses: sonarsource/sonarqube-scan-action@v4.2.1
env:
SONAR_TOKEN: ${{ secrets.ENTUR_SONAR_PASSWORD }}
SONAR_HOST_URL: https://sonarcloud.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- run: npm run check
- run: npm run test -- run --coverage --coverage.reporter=lcov --reporter=vitest-sonar-reporter --outputFile.vitest-sonar-reporter=test-report.xml --reporter=default
- name: SonarQube Scan
uses: sonarsource/sonarqube-scan-action@v2.3.0
uses: sonarsource/sonarqube-scan-action@v4.2.1
env:
SONAR_TOKEN: ${{ secrets.ENTUR_SONAR_PASSWORD }}
SONAR_HOST_URL: https://sonarcloud.io
Expand Down

0 comments on commit 39c0115

Please sign in to comment.