Skip to content

Commit

Permalink
Merge pull request #1660 from entur/renovate/sonarsource-sonarqube-sc…
Browse files Browse the repository at this point in the history
…an-action-4.x

chore(deps): update sonarsource/sonarqube-scan-action action from vv2.3.0 to v4
  • Loading branch information
testower authored Dec 13, 2024
2 parents 322d0a3 + 549a466 commit bcdee79
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.1.0
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 @@ -34,7 +34,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.1.0
env:
SONAR_TOKEN: ${{ secrets.ENTUR_SONAR_PASSWORD }}
SONAR_HOST_URL: https://sonarcloud.io
Expand Down

0 comments on commit bcdee79

Please sign in to comment.