Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update github actions updates (major) #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 4, 2024

This PR contains the following updates:

Package Type Update Change
sonarsource/sonarqube-scan-action action major v2.3.0 -> v4.2.1
ubuntu github-runner major 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 and sonarcloud-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:

  • we don't expect anymore the temporary runner folder (RUNNER_TEMP) to be cleaned after every job execution: if present, the action will clean it, before running
  • similarly, we don't expect anymore the Sonar SSL folder (~/sonar/ssl) to be cleaned after every job execution: if present, the action will clean it, before running

What'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:

  • the ability to customize the location from where the SonarScanner CLI is downloaded, which can be useful when the runner is self-hosted and has regulated or no access to the Internet
  • the ability to use curl as a fallback when wget is not available in the environment of the runner
  • the requirement of the Java keytool to be available has been lifted

What'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:

  • you can now use our GitHub action with Java and Dart project, which previously didn’t support it due to Docker isolation
  • your run won’t fail anymore in peak workload scenarios due to the Docker image hitting the rate limit on DockerHub
  • the scan won’t need to run the scan as a root user, as recommended by GitHub for operations happening in a Docker container
  • you will be able to run the action as part of your workflow on any Operating System

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

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner December 4, 2024 14:23
@renovate renovate bot added the dependencies label Dec 4, 2024
@renovate renovate bot enabled auto-merge (squash) December 4, 2024 14:23
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 37a161c to a72ae4e Compare December 21, 2024 08:56
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants