Skip to content

chore(deps): bump SonarSource/sonarqube-scan-action from 4 to 6#14395

Merged
couto merged 3 commits intodevelopfrom
dependabot/github_actions/dot-github/workflows/github_actions-3e76b0ee14
Feb 12, 2026
Merged

chore(deps): bump SonarSource/sonarqube-scan-action from 4 to 6#14395
couto merged 3 commits intodevelopfrom
dependabot/github_actions/dot-github/workflows/github_actions-3e76b0ee14

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2026

Bumps the github_actions group with 1 update in the /.github/workflows directory: SonarSource/sonarqube-scan-action.

Updates SonarSource/sonarqube-scan-action from 4 to 6

Release notes

Sourced from SonarSource/sonarqube-scan-action's releases.

v6.0.0

BREAKING CHANGE!

In order to prevent command-line injection, the actions has been rewritten from Bash to JS, and the args input is now parsed differently. When updating to v6, you might have to update your workflow to change how arguments are quoted. For example, if you were previously passing:

- uses: SonarSource/sonarqube-scan-action@<action version>
  with:
    args: >
      -Dsonar.projectName="My Project"

you should now pass:

- uses: SonarSource/sonarqube-scan-action@<action version>
  with:
    args: >
      "-Dsonar.projectName=My Project"

For more args passing examples, please refer to the README file

What's Changed

Full Changelog: SonarSource/sonarqube-scan-action@v5.3.1...v6.0.0

v5.3.2

Full Changelog: SonarSource/sonarqube-scan-action@v5.3.1...v5.3.2

v5.3.1

OVERLOOKED BREAKING CHANGE!

In order to prevent command-line injection, the way to parse the args input has been changed, but this is possibly a breaking change regarding support of quotes.

For example, if you were previously passing:

- uses: SonarSource/sonarqube-scan-action@<action version>
  with:
    args: >
      -Dsonar.projectName="My Project"

you should now pass:

- uses: SonarSource/sonarqube-scan-action@<action version>
  with:
    args: >
      "-Dsonar.projectName=My Project"

... (truncated)

Commits
  • fd88b7d SQSCANGHA-119 New Readme structure
  • 27a157d SQSCANGHA-118 Update the README to document the breaking change for args parsing
  • e327da8 NO-JIRA Add documentation for contribution
  • ff001fd SQSCANGHA-107 Migrate install-build-wrapper
  • a88c96d SQSCANGHA-107 Make room for install-build-wrapper action
  • a642810 SQSCANGHA-112 SQSCANGHA-113 Fixes from review and keytool refactor
  • 60aee70 NO-JIRA Disable fail fast on matrix jobs
  • 502204e NO-JIRA Fix test assertion
  • 0b794a0 SQSCANGHA-112 Delete legacy shell script
  • ece10df SQSCANGHA-112 Extract installation step and other fixes
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the github_actions group with 1 update in the /.github/workflows directory: [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action).


Updates `SonarSource/sonarqube-scan-action` from 4 to 6
- [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases)
- [Commits](SonarSource/sonarqube-scan-action@v4...v6)

---
updated-dependencies:
- dependency-name: SonarSource/sonarqube-scan-action
  dependency-version: '6'
  dependency-type: direct:production
  dependency-group: github_actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 12, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 12, 2026 00:36
@vercel
Copy link

vercel bot commented Feb 12, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

4 Skipped Deployments
Project Deployment Actions Updated (UTC)
ledger-live-github-bot Ignored Ignored Preview Feb 12, 2026 9:54am
native-ui-storybook Ignored Ignored Preview Feb 12, 2026 9:54am
react-ui-storybook Ignored Ignored Preview Feb 12, 2026 9:54am
web-tools Ignored Ignored Preview Feb 12, 2026 9:54am

Request Review

@live-github-bot live-github-bot bot added the automation CI/CD stuff label Feb 12, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 12, 2026

❌ Action Required: Monitored Files Changed

The following files in monitored folders have been modified:

  • .github/workflows/scan-sonar-reusable.yml
  • .github/workflows/sonar.yml

Action Required: Please rebase your branch against develop to ensure consistency:

git rebase origin/develop

- Fix inconsistent spacing in runs-on array syntax
- Add persist-credentials: false to checkout action
- Pin SonarSource/sonarqube-scan-action to specific SHA
- Quote Sonar arguments to prevent parsing issues
- Remove trailing whitespace from sonar.yml
- Pin SonarSource/sonarqube-scan-action to fd88b7d7ccbaefd23d8f36f73b59db7a3d246602
- Add descriptive step name for better workflow readability
@couto
Copy link
Contributor

couto commented Feb 12, 2026

@couto couto changed the title chore(deps): bump SonarSource/sonarqube-scan-action from 4 to 6 in /.github/workflows in the github_actions group across 1 directory chore(deps): bump SonarSource/sonarqube-scan-action from 4 to 6 Feb 12, 2026
@couto couto self-requested a review February 12, 2026 11:07
@couto couto merged commit 6960271 into develop Feb 12, 2026
56 of 61 checks passed
@couto couto deleted the dependabot/github_actions/dot-github/workflows/github_actions-3e76b0ee14 branch February 12, 2026 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation CI/CD stuff dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code skip-sync-check

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants