codeql-action/pr-checks
2024-12-16 18:08:38 -08:00
..
checks Change codeql version used in test 2024-12-16 18:08:38 -08:00
.gitignore Add .gitignore to ignore env folder in pr-checks directory 2024-12-13 16:46:10 +00:00
justfile ci: remove patch file and cleanup justfile 2024-12-05 15:56:48 +00:00
readme.md Update PR checks readme instructions 2024-12-11 11:27:03 +00:00
sync.py Bump the minimum supported version of CodeQL to 2.15.5 2024-12-16 15:39:28 -08: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

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

If you don't want to intall just

Manually run each step in the justfile.