10 Commits
Author SHA1 Message Date
7a5fffe8e5 SQQGGHA-12: surface SonarQube error message on background task … (#71)
* feat(SQQGGHA-12): surface SonarQube error message on background task failure

Report the analysis error message when the background task status is not SUCCESS, instead of only failing at the quality gate lookup step.

* fix: surface CANCELED SonarQube task status with clear message

Co-authored-by: Amaury Wyart <285676107+amaurywyart-sq@users.noreply.github.com>

* fix: use octal ANSI escape codes for bash 3.2 compatibility

\e is not interpreted by echo -e on bash 3.2 (e.g. macOS/self-hosted
runners), which printed raw escape sequences instead of colored output.
\033 works on both bash 3.2 and modern bash.

---------

Co-authored-by: Gitar <noreply@gitar.ai>
Co-authored-by: Amaury Wyart <285676107+amaurywyart-sq@users.noreply.github.com>
2026-08-04 10:49:44 +02:00
Anita Stanisz 5a8df806f0 SQRP-122 Reference SonarQube Community Build (#61) 2025-01-08 11:14:06 +01:00
7PH 424137db1f SQQGGHA-9 Use new SonarQube (Server, Cloud) product names 2024-12-09 16:43:34 +01:00
C. Münker dc2f7b0dd9 Add a polling timeout (#50)
The property timeout-minutes in a GitHub step is not supported in composed actions. So the workaround to stop the waiting for finishing the sonar scan is not working in such cases.
To fix this issue, a polling timeout variable was introduced, which stops the waiting if the timeout is reached.
2024-08-30 10:37:47 +02:00
Bart Skowron f9fe214a5b Display dashboard URL if qualityGateStatus is WARN or ERROR 2023-08-22 15:47:29 +02:00
poconnor-lab49 d304d050d9 SQQGGHA-5 Ambiguous redirect when GITHUB_OUTPUT is not set (#33) 2022-10-25 18:04:16 +02:00
poconnor-lab49 745e48ebda SQQGGHA-6 SQQGGHA-5 Migrate set-output to environment files 2022-10-25 08:37:06 +02:00
Diogo LemosandWouter Admiraal 6cb0fdfecf SQQGGHA-1 Add support for SONAR_HOST_URL env variable
Co-Authored-By: Wouter Admiraal <wouter.admiraal@sonarsource.com>
2022-07-14 16:37:52 +02:00
Al Dass aefc85a4c6 SQQGGHA-2 Introduce a quality-gate-status output variable 2022-07-14 10:39:09 +02:00
Jacek 388210fd6e SONAR-14825 Provide Quality Gate check GitHub Action 2021-05-14 09:04:32 +02:00