Skip to content

Releases: SonarSource/ci-github-actions

1.3.5

01 Dec 18:18

Choose a tag to compare

What's Changed

Improvements

New Contributors

Full Changelog: 1.3.4...1.3.5

1.3.4

24 Nov 16:14

Choose a tag to compare

What's Changed

Full Changelog: 1.3.3...1.3.4

1.3.3

24 Nov 15:04
dd2c47d

Choose a tag to compare

What's Changed

Improvements

  • BUILD-9765 cleanup & align *-gradle and *-maven by @julien-carsique-sonarsource in #163
    • remove obsolete public input from build-gradle
    • add project-version output to build-maven
    • add current-version output to config-gradle
    • use ci-github-actions/cache instead of SonarSource/gh-action_cache in config-gradle
  • PREQ-2958 define sonar scanner prefix by @tomverin in #165
    • add com.gradle and org.sonarsource.scanner.maven to default Maven plugin groups

Full Changelog: 1.3.2...1.3.3

1.3.2

18 Nov 18:06

Choose a tag to compare

What's Changed

Improvements

Bug Fixes

Documentation


⚠️ setup-gradle used by config-gradle has no working-directory option, so Java may also need to be installed from the root directory:

      - name: Workaround for setup-gradle which has no working-directory input
        run: |
          cp subdir/mise.toml mise.toml
      - uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
        with:
          version: 2025.7.12
      - uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
        with:
          version: 2025.7.12
          working_directory: subdir
      - uses: SonarSource/ci-github-actions/build-gradle@v1
        with:
          working-directory: subdir

Full Changelog: 1.3.1...1.3.2

1.3.1

17 Nov 13:19
04cfd60

Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.3.1

1.3.0

17 Nov 08:22
3227f97

Choose a tag to compare

What's Changed

Full Changelog: 1.2.1...1.3.0

1.2.1

07 Nov 14:03

Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.2.1

1.2.0

07 Nov 12:30
fca5907

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.9...1.2.0

1.1.9

07 Nov 10:06
71cc984

Choose a tag to compare

What's Changed

Full Changelog: 1.1.8...1.1.9

1.1.8

07 Nov 09:11

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.7...1.1.8