Commit Graph

9 Commits

Author SHA1 Message Date
Kevin Backhouse
a4164ce866
Remove libinih from codebase and add it as a dependency instead. 2022-12-28 09:33:08 -06:00
Luis Díaz Más
13ecfbc233
Update ubuntu-latest tag to ubuntu-22.04 (#2439)
* Update ubuntu-latest tag to ubuntu-22.04

Everytime a CI service such a GitHub actions update the images
corresponding to their 'latest' tags, pipelines tend to have some
hipcups due to changes in the distribution default packages.

By fixing the images to a specific one, we should be more resilient to
changes in the Github actions environment.

* Use same build directory used in CMake presets
2022-12-23 08:36:47 +01:00
Miloš Komarčević
4915a6ba8c CI: improved in-progress job canceling 2022-11-09 16:17:38 +01:00
Miloš Komarčević
23cdcc48d7 Install deps for and bump CodeQL action 2022-10-24 12:32:52 +02:00
Miloš Komarčević
8001807f4d CI: cancel running jobs on updates 2022-07-26 23:14:05 -07:00
Miloš Komarčević
7aae68e34e
Update CI actions (#2143) 2022-03-11 15:46:43 +01:00
Luis Díaz Más
18ba4e575c ci: Do not run CI jobs on documentation changes 2022-02-14 17:47:45 +01:00
Kevin Backhouse
fb824ac052
Add custom CodeQL query for null iterator deref. 2021-07-08 16:50:55 +01:00
Kevin Backhouse
695d22c27a
feat: Codeql analysis (#1747)
* Create codeql-analysis.yml

* Add main branch.

* Update to latest boilerplate.

* Replace schedule with workflow_dispatch, so that it can be triggered manually.

Co-authored-by: Robin Mills <robin@clanmills.com>
2021-06-28 15:00:10 +02:00