Update default bundle to 2.24.0 by github-actions[bot] · Pull Request #3425 · github/codeql-action

Pull request overview

This pull request updates the default CodeQL bundle version from 2.23.9 to 2.24.0, affecting both the source configuration and all generated JavaScript bundles used by the CodeQL Action.

Changes:

  • Updated default CodeQL bundle and CLI versions to 2.24.0
  • Updated prior bundle and CLI versions to 2.23.9 (previously 2.23.8)
  • Added CHANGELOG entry documenting the version update

Reviewed changes

Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.

File Description
src/defaults.json Updates bundle version to 2.24.0 and CLI version to 2.24.0; updates prior versions to 2.23.9
lib/defaults.json Generated copy of src/defaults.json with same version updates
lib/*.js Generated JavaScript bundles reflecting the new version constants (9 files)
CHANGELOG.md Adds entry for the 2.24.0 bundle update in the UNRELEASED section