Releases: SonarSource/sonarcloud-github-c-cpp
v3.2.0
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 ofSonarSource/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 toInstall Build Wrapper
- replace the step calling
sonar-scanner
with a step usingSonarSource/sonarqube-scan-action
- the arguments passed to
sonar-scanner
should be passed to the action via theargs
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 usingSonarSource/sonarqube-scan-action
- the arguments passed to
sonar-scanner
should be passed to the action via theargs
input parameter
Check the C++ section in the README of the sonarqube-scan-action
for complete examples.
What's Changed
- SCCPPGHA-9 Upgrade all recommended GitHub Action versions by @7PH in #61
- SCCPPGHA-13 Add Jira integration by @pavel-mikula-sonarsource in #62
- SCCPPGHA-10 Rebrand and forward to the C and C++ action for SQS by @antonioaversa in #64
- SCCPPGHA-16 Deprecate in favor of sonarqube-scan-action by @antonioaversa in #66
- SCCPPGHA-21 Change title back to SonarCloud Scan for C and C++ by @antonioaversa in #65
New Contributors
- @7PH made their first contribution in #61
- @pavel-mikula-sonarsource made their first contribution in #62
- @antonioaversa made their first contribution in #64
Full Changelog: v3.1.0...v3.2.0
v3.1.0
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
What's Changed
- SC-12362 Improve the SonarCloud Intro in README.md by @claire-villard-sonarsource in #50
- Update actions/cache to v4 by @N-Coder in #48
- SCCPPGHA-2 Support macOS ARM runners by @enzo-pellegrini in #55
- CPP-5241 Migrate github action from build-wrapper-output to compilation-database by @enzo-pellegrini in #54
- SCCPPGHA-6 Support Running on Linux ARM64 by @enzo-pellegrini in #57
- Update sonar-scanner-version to 6.0.0.4432 by @github-actions in #58
Full Changelog: v2.0.2...v3.0.0
New Contributors
Update README
v2.0.2 SC-9614 Update README
Update sonar-scanner-version to 5.0.1.3006
v2.0.1 Update sonar-scanner-version to 5.0.1.3006
Update sonar-scanner-version to 5.0.0.2966
v2.0.0 Bump action version to v2 (#40)
Update sonar-scanner-version to 4.8.0.2856
Update sonar-scanner-version to 4.8.0.2856
Update README to use checkout v3
Update See also example configurations link
Action renaming and improving checksum behaviour
v1.2 SC-6130,SC-6137 Automatic PR creation and save expected URL and SHA i…
Update README to use v1
v1.1 SC-5971 point to v1 tage in Readme (#28)