mirror of
https://github.com/github/codeql-action.git
synced 2026-04-29 02:18:47 +00:00
8b5e60477c
The registry/language mapping table does not map the one with hyphens.
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:
- Install https://github.com/casey/just by whichever way you prefer.
- Run
just update-pr-checksin your terminal.