Bump minimum CodeQL bundle version to 2.6.3 by henrymercer · Pull Request #1358 · github/codeql-action (original) (raw)

Now that GHES 3.2 is deprecated, we can clean up a bunch of tech debt in the Action by bumping our minimum CodeQL Bundle version to 2.6.3, the first version that went into GHES 3.3.

The highlight here is that the Action no longer needs to count lines of code itself, since now all supported versions of the CLI can do that. This allows us to remove a bunch of code and 14 dependencies!

Merge / deployment checklist