Below you will find pages that utilize the taxonomy term “SonarSource”
November 17, 2024
Official SonarQube Scan
Version updated for SonarSource/sonarqube-scan-action to version v4.0.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 12,932 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed SQSCANGHA-46 Replace the Docker action by a composite action by @henryju and @antonioaversa in https://github.com/SonarSource/sonarqube-scan-action/pull/145 This new major version removes Docker, moving to a composite action. This has multiple benefits:
you can now use our GitHub action with Java and Dart project, which previously didn’t support it due to Docker isolation your run won’t fail anymore in peak workload scenarios due to the Docker image hitting the rate limit on DockerHub the scan won’t need to run the scan as a root user, as recommended by GitHub for operations happening in a Docker container you will be able to run the action as part of your workflow on any Operating System We expect no issues for the vast majority of users, and we encourage you to move to the new version.
October 4, 2024
SonarCloud Scan
Version updated for SonarSource/sonarcloud-github-action to version v3.1.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed SCSCANGHA-24 Update the Docker base image to the latest minor 11.1 by @henryju in https://github.com/SonarSource/sonarcloud-github-action/pull/94 Full Changelog: https://github.com/SonarSource/sonarcloud-github-action/compare/v3...v3.1.0
September 25, 2024
Official SonarQube Scan
Version updated for SonarSource/sonarqube-scan-action to version v3.0.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 11,897 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Prevent globbing and word splitting in cleanup.sh by @vil02 in https://github.com/SonarSource/sonarqube-scan-action/pull/133 SQSCANGHA-42 Update Scanner CLI Docker to 11.1 by @henryju in https://github.com/SonarSource/sonarqube-scan-action/pull/143 Base image changed to Amazon Corretto Update to SonarScanner CLI 6.
August 20, 2024
SonarCloud Scan
Version updated for SonarSource/sonarcloud-github-action to version v3.0.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Prevent globbing and word splitting by @vil02 in https://github.com/SonarSource/sonarcloud-github-action/pull/84 Bump cirrus modules by @antoine-vinot-sonarsource in https://github.com/SonarSource/sonarcloud-github-action/pull/86 SCSCANGHA-23 Update scanner cli to v11.0 by @istvan-bodo-sonarsource in https://github.com/SonarSource/sonarcloud-github-action/pull/90 New Contributors @vil02 made their first contribution in https://github.
August 19, 2024
Official SonarQube Scan
Version updated for SonarSource/sonarqube-scan-action to version v2.3.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 11,203 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed SQSCANGHA-40 Revert cleanup.sh to reset file access to the root folder by @henryju in https://github.com/SonarSource/sonarqube-scan-action/pull/132 Full Changelog: https://github.com/SonarSource/sonarqube-scan-action/compare/v2...v2.3.0
July 2, 2024
Official SonarQube Scan
Version updated for SonarSource/sonarqube-scan-action to version v2.3.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 10,371 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed SQSCANGHA-40 Revert cleanup.sh to reset file access to the root folder by @henryju in https://github.com/SonarSource/sonarqube-scan-action/pull/132 Full Changelog: https://github.com/SonarSource/sonarqube-scan-action/compare/v2...v2.3.0
June 24, 2024
Official SonarQube Scan
Version updated for SonarSource/sonarqube-scan-action to version v2.2.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 10,167 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed SQSCANGHA-30 Replace secrets.SONAR_HOST with actual value by @csaba-feher-sonarsource in https://github.com/SonarSource/sonarqube-scan-action/pull/127 SQSCANGHA-37 Update C++/C recommendation adding AutoScan recommendation by @7PH in https://github.com/SonarSource/sonarqube-scan-action/pull/129 SQSCANGHA-38 Revert “SQSCANGHA-28 Support passing args with spaces” by @csaba-feher-sonarsource in https://github.
June 13, 2024
SonarCloud Scan
Version updated for SonarSource/sonarcloud-github-action to version v2.3.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed SCSCANGHA-18 Add workflow to automate tags creation upon release by @antoine-vinot-sonarsource in https://github.com/SonarSource/sonarcloud-github-action/pull/81 SCSCANGHA-22 Revert “SCSCANGHA-16 Support passing args with spaces (#79)” by @csaba-feher-sonarsource in https://github.com/SonarSource/sonarcloud-github-action/pull/83 New Contributors @csaba-feher-sonarsource made their first contribution in https://github.
June 13, 2024
Official SonarQube Scan
Version updated for SonarSource/sonarqube-scan-action to version v2.2.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 9,987 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed SQSCANGHA-30 Replace secrets.SONAR_HOST with actual value by @csaba-feher-sonarsource in https://github.com/SonarSource/sonarqube-scan-action/pull/127 SQSCANGHA-37 Update C++/C recommendation adding AutoScan recommendation by @7PH in https://github.com/SonarSource/sonarqube-scan-action/pull/129 SQSCANGHA-38 Revert “SQSCANGHA-28 Support passing args with spaces” by @csaba-feher-sonarsource in https://github.
April 4, 2024
Official SonarQube Scan
Version updated for SonarSource/sonarqube-scan-action to version v2.0.2.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 8,708 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed NO-JIRA Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/SonarSource/sonarqube-scan-action/pull/83 Update README.md with Clean Code link by @david-cho-lerat-sonarsource in https://github.com/SonarSource/sonarqube-scan-action/pull/86 docs: use actions/checkout@v4 as an example by @ALX99 in https://github.com/SonarSource/sonarqube-scan-action/pull/96 SQSCANGHA-18 Improve the SonarQube intro in README.
March 19, 2024
SonarQube Scan for C and C++
Version updated for SonarSource/sonarqube-github-c-cpp to version v1.0.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Initial release.
December 13, 2023
SonarCloud Scan
Version updated for SonarSource/sonarcloud-github-action to version v2.1.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes v2.1.1
December 9, 2023
SonarCloud Scan
Version updated for SonarSource/sonarcloud-github-action to version v2.1.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes v2.1.0
August 5, 2023
SonarCloud Scan for C and C++
Version updated for SonarSource/sonarcloud-github-c-cpp to version v2.0.0. This action is used across all versions by 760 repositories.
Go to the GitHub Marketplace to find the latest changes.