Commit Graph

6 Commits

Author SHA1 Message Date
Whisperity
403b61375b fix(codechecker): Do not install "alpha" or "rc" versions when auto-selecting 2022-12-21 12:17:45 +01:00
Whisperity
149e5f70f9 fix(deprecate): echo ::set-output is deprecated, use environment files
GitHub deprecated the `set-output` (and `set-state`, which we did not
use) commands in Actions scripts due to trust issues.

This patch moves the output management to the new format involving
_"Environment files"_.
2022-10-15 16:56:05 +02:00
Whisperity
bbffda29e3 fix: Use separate clang-tidy alternative entry because GitHub...
The image contents of `ubuntu-20.04` changed sometime in April or May
and they already come with a `clang-tidy` pre-installed and registered
into the alternatives system, which broke the action's install script.
2022-06-08 11:36:56 +02:00
Whisperity
453cde8cc2 refactor: Make use of the ::group:: command to group outputs 2021-11-30 18:42:09 +01:00
Whisperity
995207439b feat: Grab CodeChecker release from PyPI by default 2021-11-29 17:42:43 +01:00
Whisperity
dda589380f Wire in downloading and installing LLVM from PPA 2021-11-27 12:42:35 +01:00