chore(deps): update github actions updates (major) #6
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:
v2.3.0
->v4.2.1
22.04
->24.04
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
v3.1.0
Compare Source
What's Changed
News: The next major version (
v4.0.0
) will be released during the week of 11-15 November.The new version removes Docker, moving to a composite action.
We expect no issues for the vast majority of users, and we encourage you to move to the new major version.
You can read more about this new release here.
New Contributors
Full Changelog: SonarSource/sonarqube-scan-action@v3...v3.1.0
v3.0.0
Compare Source
What's Changed
cleanup.sh
by @vil02 in https://github.com/SonarSource/sonarqube-scan-action/pull/133Full Changelog: SonarSource/sonarqube-scan-action@v2...v3.0.0
Configuration
📅 Schedule: Branch creation - "after 7am every weekday,before 8pm every weekday" in timezone Europe/Paris, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.