Chuan-kai Lin
Chuan-kai Lin
When using TextReportRenderer, adding a single entry can generate a very large diff because all existing entries that sort later than the newly added entry are renumbered. Please consider providing...
This PR changes `reorder` directives in upgrade/downgrade scripts to use proper entity type names, instead of using `int` as generic stand-in for entity types.
This PR modifies Java queries in the Code Scanning suite to support restricting alerts based on source location, with the restrictions configured through extensible predicates.
This PR adds a feature flag for future use. ### Merge / deployment checklist - [x] Confirm this change is backwards compatible with existing workflows. - [x] Confirm the [readme](https://github.com/github/codeql-action/blob/main/README.md)...
This PR updates the `init` action to compute a preliminary overlay database mode before the CodeQL CLI becomes available. The preliminary overlay database mode will be used in a future...
This PR changes the `init` action so that, in situations where it would perform overlay analysis from cache, default the CodeQL CLI version to match that from the cached overlay-base...