Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SonarSource/sonarcloud-github-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4
Choose a base ref
...
head repository: SonarSource/sonarcloud-github-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5
Choose a head ref
  • 3 commits
  • 3 files changed
  • 3 contributors

Commits on Feb 7, 2025

  1. SCSCANGHA-37 Update CODEOWNERS (#100)

    pierre-guillot-gh authored Feb 7, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    f170077 View commit details

Commits on Feb 27, 2025

  1. SCSCANGHA-39 Redirect to the SonarQube Scan Action v5.0.0

    henryju authored Feb 27, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    91eed76 View commit details
  2. Add a link to the sonarqube-scan-action marketplace entry (#103)

    Co-authored-by: Julien HENRY <julien.henry@sonarsource.com>
    mbianchidev and henryju authored Feb 27, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    ffc3010 View commit details
Showing with 5 additions and 4 deletions.
  1. +1 −1 .github/CODEOWNERS
  2. +1 −1 README.md
  3. +3 −2 action.yml
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.github/CODEOWNERS @sonarsource/analysis-experience-squad
.github/CODEOWNERS @sonarsource/orchestration-processing-squad
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
> [!WARNING]
> This action is deprecated and will be removed in a future release.
> Please use the `sonarqube-scan-action` action instead.
> The `sonarqube-scan-action` is a drop-in replacement for this action.
> The `sonarqube-scan-action` is a drop-in replacement for this action, you can find it [here](https://github.com/marketplace/actions/official-sonarqube-scan).
This SonarSource project, available as a GitHub Action, scans your projects with SonarQube [Cloud](https://www.sonarsource.com/products/sonarcloud/).

5 changes: 3 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,8 @@ inputs:
scannerVersion:
description: Version of the Sonar Scanner CLI to use
required: false
default: 6.2.1.4610
# to be kept in sync with the default version in the sonarqube-scan-action
default: 7.0.2.4839
scannerBinariesUrl:
description: URL to download the Sonar Scanner CLI binaries from
required: false
@@ -28,7 +29,7 @@ runs:
run: |
echo "::warning title=SonarScanner::This action is deprecated and will be removed in a future release. Please use the sonarqube-scan-action action instead. The sonarqube-scan-action is a drop-in replacement for this action."
- name: SonarQube Cloud Scan
uses: SonarSource/sonarqube-scan-action@v4.1.0
uses: SonarSource/sonarqube-scan-action@v5.0.0
with:
args: ${{ inputs.args }}
projectBaseDir: ${{ inputs.projectBaseDir }}