Description
Mirrors decree#183. Switching from CodeQL default-setup to advanced-setup enables paths-ignore for generated code and dep caching across runs, expected to save ~1 min on PR CI.
Acceptance criteria
Related
- decree#183 (parent / decree repo migration)
Description
Mirrors decree#183. Switching from CodeQL default-setup to advanced-setup enables
paths-ignorefor generated code and dep caching across runs, expected to save ~1 min on PR CI.Acceptance criteria
.github/workflows/codeql.ymlwith explicit Analyze jobs for python / actionspaths-ignorefor generated proto code undersdk/src/opendecree/_generated/(whatever the path is)mainbranch protection if the required-status-check name changesRelated