-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SQCPPGHA-9 Extend action to support C, C++, and Objective-C projects #161
Merged
antonioaversa
merged 8 commits into
master
from
antonio/SQCPPGHA-9-rebranding-and-forward
Dec 16, 2024
Merged
SQCPPGHA-9 Extend action to support C, C++, and Objective-C projects #161
antonioaversa
merged 8 commits into
master
from
antonio/SQCPPGHA-9-rebranding-and-forward
Dec 16, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bde9667
to
e9d4e0c
Compare
e9d4e0c
to
9e1b74e
Compare
antonioaversa
commented
Dec 11, 2024
henryju
approved these changes
Dec 12, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some small comments then LGTM, but I think someone from the Cfamily squad should review the c-cpp action more carefully than I did.
…instead of @v4.0.2 (soon deprecated)
e2fbcf3
to
258957a
Compare
7665391
to
db6f5ff
Compare
…d) and fix SonarSource casing
b58b06a
to
318e7c9
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
SQCPPGHA-9
Related PR on
sonarqube-github-c-cpp
side: SonarSource/sonarqube-github-c-cpp#21Content of this PR:
install-build-wrapper
to download the Build Wrapper from SonarQube (Server or Cloud) and install it locallydeprecated-c-cpp
, wheresonarqube-github-c-cpp
(and indirectlysonarcloud-github-c-cpp
) will forward tosonar-scanner-version
file at the root of the repo, with URLs and SHAs of the Sonar Scanner CLIversion_update.yml
workflow, to periodically updatesonar-scanner-version
with the latest URLs and SHAsactions/cache@v4.0.2
changed intoactions/cache@v4
due to this deprecation noticeSuccessful runs of SQS projects (only the ones on Linux since tests use a dockerized SQS, not available on Windows and macOS):
linux-cmake-compdb-gh-actions-sq
: https://github.com/antonioaversa/linux-cmake-compdb-gh-actions-sq/actions/runs/12282046431/job/34310241563linux-autotools-gh-actions-sq/actions/runs
: https://github.com/antonioaversa/linux-autotools-gh-actions-sq/actions/runs/12282089038/job/34310281085 (usesv4
for Sonar Scanner CLI installation and execution)linux-cmake-gh-actions-sq
: https://github.com/antonioaversa/linux-cmake-gh-actions-sq/actions/runs/12282130200/job/34310282674Successful runs of SQC projects:
windows-msbuild-opencppcoverage-gh-actions-sc
: https://github.com/antonioaversa/windows-msbuild-opencppcoverage-gh-actions-sc/actions/runs/12294180509/job/34309535901linux-cmake-compdb-gh-actions-sc
: https://github.com/antonioaversa/linux-cmake-compdb-gh-actions-sc/actions/runs/12294696872/job/34310013914windows-msbuild-vscoverage-gh-actions-sc
: https://github.com/antonioaversa/windows-msbuild-vscoverage-gh-actions-sc/actions/runs/12294748584/job/34310168837macos-xcode-coverage-gh-actions-sc
: https://github.com/antonioaversa/macos-xcode-coverage-gh-actions-sc/actions/runs/12294845114/job/34310467208linux-cmake-gcovr-gh-actions-sc
: https://github.com/antonioaversa/linux-cmake-gcovr-gh-actions-sc/actions/runs/12294937667/job/34310758049linux-cmake-llvm-cov-gh-actions-sc
: https://github.com/antonioaversa/linux-cmake-llvm-cov-gh-actions-sc/actions/runs/12294991412/job/34310939193macos-xcode-gh-actions-sc
: https://github.com/antonioaversa/macos-xcode-gh-actions-sc/actions/runs/12295069355/job/34311179045macos-cmake-gh-actions-sc
: https://github.com/antonioaversa/macos-cmake-gh-actions-sc/actions/runs/12295100783/job/34311277827windows-msbuild-gh-actions-sc
: https://github.com/antonioaversa/windows-msbuild-gh-actions-sc/actions/runs/12295179050/job/34311522465windows-cmake-gh-actions-sc
: https://github.com/antonioaversa/windows-cmake-gh-actions-sc/actions/runs/12295276952/job/34311831313