Skip to content

Releases: SonarSource/sonarcloud-github-c-cpp

v3.2.0

20 Jan 10:14
44cc4d3
Compare
Choose a tag to compare

Warning

This new version of the GitHub action for C, C++, and Objective-C with SonarQube Cloud (sonarcloud-github-c-cpp) is going to be the last one specifically designed for these languages.

This action is deprecated and will be removed in a future release.

Please use the sonarqube-scan-action and its install-build-wrapper sub-action instead.

More specifically, if the action is used to install both the SonarScanner CLI and the Build Wrapper:

  • replace sonarcloud-github-c-cpp with the latest version of SonarSource/sonarqube-scan-action/install-build-wrapper
  • if the step calling the action is named Install sonar-scanner and build-wrapper, or something similar, rename it to Install Build Wrapper
  • replace the step calling sonar-scanner with a step using SonarSource/sonarqube-scan-action
  • the arguments passed to sonar-scanner should be passed to the action via the args input parameter

If the action is used to install the SonarScanner CLI, and the Build Wrapper is not required:

  • remove the sonarcloud-github-c-cpp step altogether
  • replace the step calling sonar-scanner with a step using SonarSource/sonarqube-scan-action
  • the arguments passed to sonar-scanner should be passed to the action via the args input parameter

Check the C++ section in the README of the sonarqube-scan-action for complete examples.

What's Changed

New Contributors

Full Changelog: v3.1.0...v3.2.0

v3.1.0

15 Jul 15:00
@7PH 7PH
816b182
Compare
Choose a tag to compare

What's Changed

  • SCCPPGHA-8 Make use of the Linux ARM64 CLI Scanner by @enzo-pellegrini in #59
  • fix: prevent globbing and word splitting by @vil02 in #60

Full Changelog: v3...v3.1.0

v3.0.0

24 Jun 15:50
@7PH 7PH
e25edae
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v3.0.0

New Contributors

Update README

21 Sep 08:42
e4882e1
Compare
Choose a tag to compare
v2.0.2

SC-9614 Update README

Update sonar-scanner-version to 5.0.1.3006

04 Aug 21:21
Compare
Choose a tag to compare
v2.0.1

Update sonar-scanner-version to 5.0.1.3006

Update sonar-scanner-version to 5.0.0.2966

03 Aug 18:50
fa9b4f6
Compare
Choose a tag to compare
v2.0.0

Bump action version to v2 (#40)

Update sonar-scanner-version to 4.8.0.2856

04 Apr 13:30
8d08b4c
Compare
Choose a tag to compare

Update sonar-scanner-version to 4.8.0.2856

Update README to use checkout v3

22 Nov 10:06
f218be7
Compare
Choose a tag to compare

Action renaming and improving checksum behaviour

18 Nov 13:12
7c53cdf
Compare
Choose a tag to compare
v1.2

SC-6130,SC-6137 Automatic PR creation and save expected URL and SHA i…

Update README to use v1

16 Nov 14:24
af83de0
Compare
Choose a tag to compare
v1.1

SC-5971 point to v1 tage in Readme (#28)