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/ci-github-actions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3.24
Choose a base ref
...
head repository: SonarSource/ci-github-actions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.3.25
Choose a head ref
  • 5 commits
  • 23 files changed
  • 5 contributors

Commits on Feb 18, 2026

  1. BUILD-9208 Exclude release and sign profiles during Maven shadow scans

    Shadow scans perform analysis without deployment, so release and sign Maven profiles are unnecessary overhead.
    This change prevents adding these profiles when RUN_SHADOW_SCANS is enabled, making Maven builds faster and logs cleaner.
    
    Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
    julien-carsique-sonarsource and claude committed Feb 18, 2026
    Configuration menu
    Copy the full SHA
    441afc9 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2026

  1. BUILD-9431 Group GitHub Actions logs for readability

    Wrap verbose operations in ::group::/::endgroup:: across all build
    scripts so GitHub Actions logs are folded by default, showing a compact
    summary of build steps with expandable details.
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    bwalsh434 and claude committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    69da77a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b58ea1 View commit details
    Browse the repository at this point in the history
  3. Add generate-summary input to build-maven action

    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    2 people authored and SamirM-BE committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    829a4d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2026

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