Skip to content

Releases: SonarSource/ci-github-actions

1.1.7

05 Nov 15:46

Choose a tag to compare

What's Changed

New Features

Improvements

Bug Fixes

Documentation

New Contributors

Full Changelog: 1.1.6...1.1.7

1.1.6

28 Oct 07:32

Choose a tag to compare

What's Changed

Documentation

Full Changelog: 1.1.5...1.1.6

1.1.5

21 Oct 12:55

Choose a tag to compare

What's Changed

Improvements

Bug Fixes

Full Changelog: 1.1.4...1.1.5

1.1.4

20 Oct 16:32

Choose a tag to compare

What's Changed

Bug Fixes

Full Changelog: 1.1.3...1.1.4

1.1.3

16 Oct 09:31

Choose a tag to compare

What's Changed

Improvements

Bug Fixes

Documentation

Full Changelog: 1.1.2...1.1.3

1.1.2

10 Oct 10:20

Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.1.2

1.1.1

10 Oct 09:34

Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.1.1

1.1.0

02 Oct 16:00

Choose a tag to compare

What's Changed

New Features

Improvements

Bug Fixes

Documentation

Full Changelog: 1.0.6...1.1.0

1.0.6

18 Sep 15:12

Choose a tag to compare

What's Changed

Full Changelog: 1.0.5...1.0.6

Disabled Sonar Scan

      - uses: SonarSource/ci-github-actions/build-...@v1
        with:
          sonar-platform: 'none'

Custom Maven arguments and parameters

This is different from Maven OPTS that are JVM options.

      - uses: SonarSource/ci-github-actions/build-maven@v1
        with:
          maven-args: '-PcustomProfile,-P-disabledProfile,... some-plugin:goal:...'

Custom Build Name

Use a custom naming for the JFrog Build, instead of the repository name by default.

    - uses: SonarSource/ci-github-actions/promote@v1
        with:
          build-name: 'custom-build-name'

1.0.5

12 Sep 09:36

Choose a tag to compare

What's Changed

Full Changelog: 1.0.4...1.0.5