codeql-action
codeql-action copied to clipboard
Add new `quality-queries` input
This PR adds a new quality-queries input to the init action. Fundamentally, this behaves the same as the queries input and propagates a list of queries to the CLI. The list of queries given in the quality-queries input is combined with the queries input and configuration file, as expected.
The intention here is that this will later allow us to filter SARIF results depending on which input the query responsible for the alert belongs to.