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/sonarqube-scan-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7
Choose a base ref
...
head repository: SonarSource/sonarqube-scan-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8
Choose a head ref
  • 17 commits
  • 32 files changed
  • 9 contributors

Commits on Apr 29, 2026

  1. Configuration menu
    Copy the full SHA
    ca30b65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59db25f View commit details
    Browse the repository at this point in the history

Commits on May 11, 2026

  1. Configuration menu
    Copy the full SHA
    c444753 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2026

  1. SQSCANGHA-146 Add proxy support for GPG keyserver access (#244)

    Co-authored-by: Marius Boden <marius.boden@xebia.com>
    Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
    3 people authored May 19, 2026
    Configuration menu
    Copy the full SHA
    5656853 View commit details
    Browse the repository at this point in the history
  2. NO-JIRA Bump madhead/semver-utils from 4.3.0 to 5.0.0

    Bumps [madhead/semver-utils](https://github.com/madhead/semver-utils) from 4.3.0 to 5.0.0.
    - [Release notes](https://github.com/madhead/semver-utils/releases)
    - [Commits](madhead/semver-utils@36d1e0e...4cf918a)
    
    ---
    updated-dependencies:
    - dependency-name: madhead/semver-utils
      dependency-version: 5.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and henryju committed May 19, 2026
    Configuration menu
    Copy the full SHA
    6cd3d8f View commit details
    Browse the repository at this point in the history
  3. NO-JIRA Bump actions/cache from 5.0.4 to 5.0.5 (#231)

    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 19, 2026
    Configuration menu
    Copy the full SHA
    e050aa9 View commit details
    Browse the repository at this point in the history
  4. NO-JIRA Bump actions/setup-node from 6.3.0 to 6.4.0 (#234)

    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 19, 2026
    Configuration menu
    Copy the full SHA
    edd319f View commit details
    Browse the repository at this point in the history
  5. Update SonarScanner CLI to 8.1.0.6389

    SonarTech authored and henryju committed May 19, 2026
    Configuration menu
    Copy the full SHA
    7006c44 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2026

  1. SQSCANGHA-144 Add gate jobs to QA workflows for branch protection

    Add a non-matrix gate job to qa-main, qa-deprecated-c-cpp, and
    qa-install-build-wrapper workflows. Each gate job depends on all
    other jobs in its workflow and provides a single stable check context
    that can be used in GitHub branch protection required status checks.
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    henryju and claude committed Jun 4, 2026
    Configuration menu
    Copy the full SHA
    9c78323 View commit details
    Browse the repository at this point in the history
  2. SQSCANGHA-149 Add scannerBinariesAuthHeader input for authenticated b…

    …inary downloads
    
    Organisations using private Artifactory mirrors require authentication to
    download the SonarScanner CLI. This adds an optional scannerBinariesAuthHeader
    input whose value is forwarded as the Authorization HTTP header to both the
    binary and GPG signature downloads via tc.downloadTool's built-in auth
    parameter. No new dependencies are introduced.
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    henryju and claude committed Jun 4, 2026
    Configuration menu
    Copy the full SHA
    375c3f5 View commit details
    Browse the repository at this point in the history
  3. SQSCANGHA-88 Deprecate the SONARCLOUD_URL env variable support

    Emit a warning when SONARCLOUD_URL is set, directing users to either
    pass nothing, use SONAR_REGION=us for the US region, or pass
    -Dsonar.scanner.sonarcloudUrl and -Dsonar.scanner.apiBaseUrl via args
    for advanced needs. Backward compatibility is preserved.
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    henryju and claude committed Jun 4, 2026
    Configuration menu
    Copy the full SHA
    b243e51 View commit details
    Browse the repository at this point in the history
  4. SQSCANGHA-84 Remove outdated wget/curl references

    The action was refactored to use Node.js (@actions/tool-cache) for
    downloads, which doesn't rely on wget or curl. Update the README and
    QA workflow to reflect this.
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    henryju and claude committed Jun 4, 2026
    Configuration menu
    Copy the full SHA
    c9d327c View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2026

  1. SQSCANGHA-135 Fix scanner binaries always re-downloaded due to incomp…

    …atible 4-part version (#250)
    
    Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
    henryju and claude authored Jun 8, 2026
    Configuration menu
    Copy the full SHA
    3581139 View commit details
    Browse the repository at this point in the history
  2. SQSCANGHA-127 Rename downloaded file to .zip before extraction on Win…

    …dows (#251)
    
    Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
    henryju and claude authored Jun 8, 2026
    Configuration menu
    Copy the full SHA
    7138816 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2026

  1. Configuration menu
    Copy the full SHA
    45f2736 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2026

  1. SQSCANGHA-153 NO-JIRA Bump actions/checkout from 6.0.2 to 7.0.0 (#255)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 6, 2026
    Configuration menu
    Copy the full SHA
    7cdc154 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2026

  1. Configuration menu
    Copy the full SHA
    2291811 View commit details
    Browse the repository at this point in the history
Loading