aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/codeql.yml
Commit message (Collapse)AuthorAge
* ci: replace cmake script with bash script (#22246)dundargoc2023-02-13
| | | | Bash has better error handling than cmake, and seem overall slightly more suited to scripting than cmake.
* ci: install dependencies with a single script (#22241)dundargoc2023-02-12
| | | It's easier if the os-specific installations are done by the script itself
* ci: remove unnecessary matrix from codeql workflow (#22239)dundargoc2023-02-12
|
* ci: inline external environment scripts (#22237)dundargoc2023-02-12
| | | | Scripts that define the build itself shouldn't be external as they lead to hard to find bugs.
* ci: use shell script to deduplicate workflow (#21079)dundargoc2022-12-05
|
* ci: rename workflow files to be simpler and more consistent (#21253)dundargoc2022-12-01