From 39c011518ed665f0ea7e1c09635612a6b1c70ade Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:47:18 +0000 Subject: [PATCH] chore(deps): update sonarsource/sonarqube-scan-action action from vv2.3.0 to v4 --- .github/workflows/build.yml | 2 +- .github/workflows/pull_request_build_and_deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6dbf8e85..d96b68c0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.github/workflows/pull_request_build_and_deploy.yml b/.github/workflows/pull_request_build_and_deploy.yml index 648e5018..76a9e84c 100644 --- a/.github/workflows/pull_request_build_and_deploy.yml +++ b/.github/workflows/pull_request_build_and_deploy.yml @@ -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