Skip to content

Commit

Permalink
[deps]: Update sonarsource/sonarcloud-github-action action to v4 (#1189)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[sonarsource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action)
| action | major | `v3.1.0` -> `v4.0.0` |

---

### Release Notes

<details>
<summary>sonarsource/sonarcloud-github-action
(sonarsource/sonarcloud-github-action)</summary>

###
[`v4.0.0`](https://github.com/SonarSource/sonarcloud-github-action/releases/tag/v4.0.0)

[Compare
Source](https://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://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
[@&#8203;antonioaversa](https://github.com/antonioaversa) in
[https://github.com/SonarSource/sonarcloud-github-action/pull/98](https://github.com/SonarSource/sonarcloud-github-action/pull/98)
- SCSCANGHA-32 Shorten description and remove mend docker check by
[@&#8203;antonioaversa](https://github.com/antonioaversa) in
[https://github.com/SonarSource/sonarcloud-github-action/pull/99](https://github.com/SonarSource/sonarcloud-github-action/pull/99)

#### New Contributors

- [@&#8203;Godin](https://github.com/Godin) made their first
contribution in
[https://github.com/SonarSource/sonarcloud-github-action/pull/93](https://github.com/SonarSource/sonarcloud-github-action/pull/93)
-
[@&#8203;pavel-mikula-sonarsource](https://github.com/pavel-mikula-sonarsource)
made their first contribution in
[https://github.com/SonarSource/sonarcloud-github-action/pull/96](https://github.com/SonarSource/sonarcloud-github-action/pull/96)
- [@&#8203;antonioaversa](https://github.com/antonioaversa)
made their first contribution in
[https://github.com/SonarSource/sonarcloud-github-action/pull/98](https://github.com/SonarSource/sonarcloud-github-action/pull/98)

**Full Changelog**:
SonarSource/sonarcloud-github-action@v3...v4.0.0

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent c2d00a9 commit c5fb7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit c5fb7d2

Please sign in to comment.