Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump SonarSource/sonarcloud-github-action from 3.1.0 to 4.0.0 in the …
…gha-version group (#286) Bumps the gha-version group with 1 update: [SonarSource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action). Updates `SonarSource/sonarcloud-github-action` from 3.1.0 to 4.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sonarsource/sonarcloud-github-action/releases">SonarSource/sonarcloud-github-action's releases</a>.</em></p> <blockquote> <h2>v4.0.0</h2> <p>:warning: DEPRECATION WARNING :warning:</p> <p>This new version of the GitHub action for SonarQube Cloud is going to be the last one specifically designed for SonarQube Cloud.</p> <p>Since v4.1.0, the former GitHub action for SonarQube Server (<a href="https://github.com/SonarSource/sonarqube-scan-action/"><code>sonarqube-scan-action</code></a>) is the entrypoint for both Server and Cloud: <strong>a single GitHub action to interact with the SonarQube solution, whether on premise or in the cloud!</strong></p> <p>You can read more about the unified action <a href="https://community.sonarsource.com/t/the-new-release-of-github-action-for-sonarqube-v-4-1-0-server-and-cloud/131399">here</a>.</p> <h2>What's Changed</h2> <ul> <li>SCSCANGHA-25 Remove docker and SCSCANGHA-28 Rebranding by <a href="https://github.com/antonioaversa"><code>@antonioaversa</code></a> in <a href="https://redirect.github.com/SonarSource/sonarcloud-github-action/pull/98">SonarSource/sonarcloud-github-action#98</a></li> <li>SCSCANGHA-32 Shorten description and remove mend docker check by <a href="https://github.com/antonioaversa"><code>@antonioaversa</code></a> in <a href="https://redirect.github.com/SonarSource/sonarcloud-github-action/pull/99">SonarSource/sonarcloud-github-action#99</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Godin"><code>@Godin</code></a> made their first contribution in <a href="https://redirect.github.com/SonarSource/sonarcloud-github-action/pull/93">SonarSource/sonarcloud-github-action#93</a></li> <li><a href="https://github.com/pavel-mikula-sonarsource"><code>@pavel-mikula-sonarsource</code></a> made their first contribution in <a href="https://redirect.github.com/SonarSource/sonarcloud-github-action/pull/96">SonarSource/sonarcloud-github-action#96</a></li> <li><a href="https://github.com/antonioaversa"><code>@antonioaversa</code></a> made their first contribution in <a href="https://redirect.github.com/SonarSource/sonarcloud-github-action/pull/98">SonarSource/sonarcloud-github-action#98</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/SonarSource/sonarcloud-github-action/compare/v3...v4.0.0">https://github.com/SonarSource/sonarcloud-github-action/compare/v3...v4.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/SonarSource/sonarcloud-github-action/commit/02ef91109b2d589e757aefcfb2854c2783fd7b19"><code>02ef911</code></a> Shorten description and remove mend docker check</li> <li><a href="https://github.com/SonarSource/sonarcloud-github-action/commit/4afec8845b1f72780b5e4dcb03ce8338fce48f9c"><code>4afec88</code></a> SCSCANGHA-28 Rebranding</li> <li><a href="https://github.com/SonarSource/sonarcloud-github-action/commit/48d9e10f8a0c9c63a55ab961986769bd8a750032"><code>48d9e10</code></a> SCSCANGHA-25 Replace the Docker action by a composite action forwarding to th...</li> <li><a href="https://github.com/SonarSource/sonarcloud-github-action/commit/982992a35a56c6bebd7c76c65e5c3e4c18e634c8"><code>982992a</code></a> Add Jira integration</li> <li><a href="https://github.com/SonarSource/sonarcloud-github-action/commit/9f9bba2c7aaf7a55eac26abbac906c3021d211b2"><code>9f9bba2</code></a> Recommend to not use this action for analysis of Dart code</li> <li>See full diff in <a href="https://github.com/sonarsource/sonarcloud-github-action/compare/383f7e52eae3ab0510c3cb0e7d9d150bbaeab838...02ef91109b2d589e757aefcfb2854c2783fd7b19">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=SonarSource/sonarcloud-github-action&package-manager=github_actions&previous-version=3.1.0&new-version=4.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information