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

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@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 Actions workflow by upgrading the action version, separating project-type configurations, and implementing runner environment hardening to improve security and scanning effectiveness.

Expand for full summary

Summary:

The code changes in this pull request are focused on updating the configuration of a SonarCloud scan for a GitHub Actions workflow. The primary changes involve updating the version of the SonarSource/sonarcloud-github-action used in the workflow and separating the configuration for JVM-based projects and non-JVM projects.

From a security perspective, the changes are generally positive and demonstrate good security practices. Updating the version of the SonarCloud action ensures that the workflow benefits from the latest security fixes and improvements. The separation of concerns for different project types allows for more targeted scanning and analysis, which can help identify and mitigate potential vulnerabilities more effectively. Additionally, the workflow includes steps to harden the runner environment, which is an important security measure to protect the workflow execution from potential attacks.

Files Changed:

  • .github/workflows/scan-sonar.yml: This file contains the configuration for a GitHub Actions workflow that runs a SonarCloud scan. The key changes include:
    1. Updating the version of the SonarSource/sonarcloud-github-action used in the workflow from 49e6cd3b187936a73b8280d59ffd9da69df63ec9 to 02ef91109b2d589e757aefcfb2854c2783fd7b19. This updates the version of the SonarCloud GitHub Action used in the workflow.
    2. Separating the configuration for JVM-based projects and non-JVM projects, with different configuration options for each type of project.
    3. Implementing steps to harden the runner environment, which is an important security measure to protect the workflow execution from potential attacks.

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.

@moabu moabu force-pushed the dependabot/github_actions/SonarSource/sonarcloud-github-action-4.0.0 branch from 07b23cf to 9e855b7 Compare December 26, 2024 19:25
@moabu moabu force-pushed the dependabot/github_actions/SonarSource/sonarcloud-github-action-4.0.0 branch from 9e855b7 to f73a2d9 Compare December 27, 2024 04:55
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 27, 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 31, 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 31, 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 Jan 3, 2025

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