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): bump SonarSource/sonarcloud-github-action from 2.1.1 to 4.0.0 #10340

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2024

Bumps SonarSource/sonarcloud-github-action from 2.1.1 to 4.0.0.

Release notes

Sourced from SonarSource/sonarcloud-github-action's releases.

v4.0.0

⚠️ DEPRECATION 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) 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.

What's Changed

New Contributors

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

v3.1.0

What's Changed

Full Changelog: SonarSource/sonarcloud-github-action@v3...v3.1.0

v3.0.0

What's Changed

New Contributors

Full Changelog: SonarSource/sonarcloud-github-action@v2.3.0...v3.0.0

v2.3.0

What's Changed

New Contributors

Full Changelog: SonarSource/sonarcloud-github-action@v2...v2.3.0

v2.2.0

What's Changed

... (truncated)

Commits
  • 02ef911 Shorten description and remove mend docker check
  • 4afec88 SCSCANGHA-28 Rebranding
  • 48d9e10 SCSCANGHA-25 Replace the Docker action by a composite action forwarding to th...
  • 982992a Add Jira integration
  • 9f9bba2 Recommend to not use this action for analysis of Dart code
  • 383f7e5 SCSCANGHA-24 Update the Docker base image to the latest minor 11.1
  • 2900b02 BUILD-6088 Fix bad link in SECURITY.md file
  • eb21172 SCSCANGHA-23 Update scanner cli to v11.0 (#90)
  • f5003fc Revert "test QA with no GITHUB_TOKEN permissions"
  • 3bf6e4b test QA with no GITHUB_TOKEN permissions
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from moabu as a code owner December 5, 2024 10:39
@dependabot dependabot bot added github_actions Pull requests that update Github_actions code kind-dependencies Pull requests that update a dependency file labels Dec 5, 2024
Copy link

dryrunsecurity bot commented Dec 5, 2024

DryRun Security Summary

The pull request updates the SonarCloud GitHub Action version in the workflow to ensure the latest features and bug fixes are utilized for comprehensive static code analysis across different project modules.

Expand for full summary

Summary:

The code change in this pull request updates the version of the SonarCloud GitHub Action used in the workflow. This change is not directly related to any security vulnerabilities or concerns, as the SonarCloud GitHub Action is used for static code analysis and reporting on code quality metrics, which can help identify potential security issues. However, keeping the SonarCloud GitHub Action up-to-date is a good practice, as it ensures that the latest features and bug fixes are being used. Additionally, the workflow is configured to run the SonarCloud scan on various modules of the project, including both JVM-based and non-JVM-based projects, which is a reasonable approach to ensure that the entire codebase is analyzed for potential quality and security issues.

Files Changed:

  • .github/workflows/scan-sonar.yml: This file contains the GitHub Actions workflow that runs the SonarCloud static code analysis. The change in this pull request updates the version of the SonarCloud GitHub Action used in the workflow from 49e6cd3b187936a73b8280d59ffd9da69df63ec9 to 02ef91109b2d589e757aefcfb2854c2783fd7b19. This version update is not directly related to any security vulnerabilities or concerns, but keeping the action up-to-date is a good practice to ensure the latest features and bug fixes are being used.

Code Analysis

We ran 9 analyzers against 1 file and 0 analyzers had findings. 9 analyzers had no findings.

View PR in the DryRun Dashboard.

@dependabot dependabot bot force-pushed the dependabot/github_actions/SonarSource/sonarcloud-github-action-4.0.0 branch 10 times, most recently from bc978a3 to 765b05d Compare December 11, 2024 10:41
@dependabot dependabot bot force-pushed the dependabot/github_actions/SonarSource/sonarcloud-github-action-4.0.0 branch 2 times, most recently from 666360e to 570a8e0 Compare December 17, 2024 08:43
Bumps [SonarSource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action) from 2.1.1 to 4.0.0.
- [Release notes](https://github.com/sonarsource/sonarcloud-github-action/releases)
- [Commits](SonarSource/sonarcloud-github-action@49e6cd3...02ef911)

---
updated-dependencies:
- dependency-name: SonarSource/sonarcloud-github-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/SonarSource/sonarcloud-github-action-4.0.0 branch from 570a8e0 to 07b23cf Compare December 17, 2024 08:54
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 23, 2024

Dependabot could not find a dependency version.. Because of this, Dependabot cannot update this pull request.

3 similar comments
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 24, 2024

Dependabot could not find a dependency version.. Because of this, Dependabot cannot update this pull request.

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 24, 2024

Dependabot could not find a dependency version.. Because of this, Dependabot cannot update this pull request.

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 24, 2024

Dependabot could not find a dependency version.. Because of this, Dependabot cannot update this pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update Github_actions code kind-dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants