Files
dependabot[bot] dd060970a5 Bump yaml from 2.8.2 to 2.8.3
Bumps [yaml](https://github.com/eemeli/yaml) from 2.8.2 to 2.8.3.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v2.8.2...v2.8.3)

---
updated-dependencies:
- dependency-name: yaml
  dependency-version: 2.8.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-26 18:26:45 +00:00
..
2026-03-25 18:01:40 +00:00
2026-03-03 11:42:49 +00:00
2026-03-25 13:16:35 +00:00
2026-03-26 18:26:45 +00:00
2026-03-03 11:45:18 +00:00
2026-03-25 13:35:02 +00:00
2026-03-12 22:39:44 +00:00
2026-03-25 13:17:37 +00:00
2026-03-25 14:15:39 +00:00
2026-03-01 15:20:30 +00:00
2026-03-12 22:39:44 +00:00
2026-03-11 12:16:28 +00:00

PR Checks

This folder contains the workflow generator that must be run in order to create the workflows used by the CodeQL Action CI. Workflows must be recreated after any change to one of the files in this directory.

Updating workflows

Run ./sync.sh to invoke the workflow generator and re-generate the workflow files in .github/workflows/ based on the templates in pr-checks/checks/.

Alternatively, you can use just:

  1. Install https://github.com/casey/just by whichever way you prefer.
  2. Run just update-pr-checks in your terminal.