github / codeql-action

Actions for running CodeQL analysis
MIT License
1.12k stars 310 forks source link

Add support for on-demand feature flags #2280

Closed henrymercer closed 3 months ago

henrymercer commented 3 months ago

This PR adds support for adding a new feature flag to the CodeQL Action without needing to make a corresponding change to an internal codebase.

Specifically, new features can be specified in a features query parameter delivered to the feature flags API.

While we're here, we also log feature flags on separate lines to avoid feature enablement being truncated.

Merge / deployment checklist