-
Notifications
You must be signed in to change notification settings - Fork 295
Description
Checklist (Please check before submitting)
- I reviewed the Contributing Guide.
- I reviewed the cFS README.md file to see if the feature is in the major future work.
- I performed a cursory search to see if the feature request is relevant, not redundant, nor in conflict with other tickets.
Is your feature request related to a problem? Please describe.
CodeQL was failing due to a database error that lead to discovering the benefits of using query suites instead of calling queries from main.
github/codeql-action#430
I would generally recommend using a query suite instead of referencing the queries directly from github/codeql:main, because the query libraries on main are not guaranteed to exactly match the query libraries bundled with the cached copy of CodeQL on Actions. Using a query suite in this way ensures you get the queries and libraries straight out of the cached CodeQL instead.
Describe the solution you'd like
Use query suites such as jpl.qls for all queries.
Describe alternatives you've considered
Keep queries as is.
Requester Info
Ariel Adams, ASRC Federal