chore(deps): update sonarsource/sonarqube-scan-action action to v4 #14
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3.1.0
->v4.2.1
Release Notes
sonarsource/sonarqube-scan-action (sonarsource/sonarqube-scan-action)
v4.2.1
Compare Source
What's Changed
Full Changelog: SonarSource/sonarqube-scan-action@v4.2.0...v4.2.1
v4.2.0
Compare Source
We are happy to announce this new version of the GitHub action, which brings support for C, C++, and Objective-C projects.
The action supports both AutoConfig scenarios, as well as scenarios where Build Wrapper is required, and is a complete replacement of
sonarqube-github-c-cpp
andsonarcloud-github-c-cpp
.To install Build Wrapper, a new
sonarqube-scan-action/install-build-wrapper
sub-action is provided.Check the README for examples of configuration.
On top of C, C++, and Objective-C support, we have also improved our support of self-hosted GitHub runners:
RUNNER_TEMP
) to be cleaned after every job execution: if present, the action will clean it, before running~/sonar/ssl
) to be cleaned after every job execution: if present, the action will clean it, before runningWhat's Changed
New Contributors
Full Changelog: SonarSource/sonarqube-scan-action@v4.1.0...v4.2.0
v4.1.0
Compare Source
The new version is now the official entrypoint for both Server and Cloud: a single GitHub action to interact with the SonarQube solution, whether on-premise or in the cloud!
It also brings several other improvements, including:
curl
as a fallbackwhen
wget is not available in the environment of the runnerkeytool
to be available has been liftedWhat's Changed
Full Changelog: SonarSource/sonarqube-scan-action@v4.0.0...v4.1.0
v4.0.0
Compare Source
What's Changed
This new major version removes Docker, moving to a composite action.
This has multiple benefits:
We expect no issues for the vast majority of users, and we encourage you to move to the new version.
You can read more about this new release here.
Full Changelog: SonarSource/sonarqube-scan-action@v3.1.0...v4.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR was generated by Mend Renovate. View the repository job log.