From c5fb7d2dd499a98da3d28eef3de6219bceada886 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:38:25 -0500 Subject: [PATCH] [deps]: Update sonarsource/sonarcloud-github-action action to v4 (#1189) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sonarsource/sonarcloud-github-action](https://redirect.github.com/sonarsource/sonarcloud-github-action) | action | major | `v3.1.0` -> `v4.0.0` | --- ### Release Notes
sonarsource/sonarcloud-github-action (sonarsource/sonarcloud-github-action) ### [`v4.0.0`](https://redirect.github.com/SonarSource/sonarcloud-github-action/releases/tag/v4.0.0) [Compare Source](https://redirect.github.com/sonarsource/sonarcloud-github-action/compare/v3.1.0...v4.0.0) :warning: DEPRECATION WARNING :warning: This new version of the GitHub action for SonarQube Cloud is going to be the last one specifically designed for SonarQube Cloud. Since v4.1.0, the former GitHub action for SonarQube Server ([`sonarqube-scan-action`](https://redirect.github.com/SonarSource/sonarqube-scan-action/)) is the entrypoint for both Server and Cloud: **a single GitHub action to interact with the SonarQube solution, whether on premise or in the cloud!** You can read more about the unified action [here](https://community.sonarsource.com/t/the-new-release-of-github-action-for-sonarqube-v-4-1-0-server-and-cloud/131399). #### What's Changed - SCSCANGHA-25 Remove docker and SCSCANGHA-28 Rebranding by [@​antonioaversa](https://redirect.github.com/antonioaversa) in [https://github.com/SonarSource/sonarcloud-github-action/pull/98](https://redirect.github.com/SonarSource/sonarcloud-github-action/pull/98) - SCSCANGHA-32 Shorten description and remove mend docker check by [@​antonioaversa](https://redirect.github.com/antonioaversa) in [https://github.com/SonarSource/sonarcloud-github-action/pull/99](https://redirect.github.com/SonarSource/sonarcloud-github-action/pull/99) #### New Contributors - [@​Godin](https://redirect.github.com/Godin) made their first contribution in [https://github.com/SonarSource/sonarcloud-github-action/pull/93](https://redirect.github.com/SonarSource/sonarcloud-github-action/pull/93) - [@​pavel-mikula-sonarsource](https://redirect.github.com/pavel-mikula-sonarsource) made their first contribution in [https://github.com/SonarSource/sonarcloud-github-action/pull/96](https://redirect.github.com/SonarSource/sonarcloud-github-action/pull/96) - [@​antonioaversa](https://redirect.github.com/antonioaversa) made their first contribution in [https://github.com/SonarSource/sonarcloud-github-action/pull/98](https://redirect.github.com/SonarSource/sonarcloud-github-action/pull/98) **Full Changelog**: https://github.com/SonarSource/sonarcloud-github-action/compare/v3...v4.0.0
--- ### Configuration 📅 **Schedule**: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/bitwarden/sdk). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 89fe4a337..adc1cb612 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -66,7 +66,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Scan with SonarCloud - uses: sonarsource/sonarcloud-github-action@383f7e52eae3ab0510c3cb0e7d9d150bbaeab838 # v3.1.0 + uses: sonarsource/sonarcloud-github-action@02ef91109b2d589e757aefcfb2854c2783fd7b19 # v4.0.0 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}