Skip to content

chore: bump pinned CodeQL CLI to v2.26.4 and release v0.7.7 - #228

Merged
felickz merged 1 commit into
mainfrom
chore/update-codeql-cli-2.26.4
Aug 31, 2026
Merged

chore: bump pinned CodeQL CLI to v2.26.4 and release v0.7.7#228
felickz merged 1 commit into
mainfrom
chore/update-codeql-cli-2.26.4

Conversation

@security-lab-bot

Copy link
Copy Markdown
Contributor

Automated CLI version bump, requested via the "Update CodeQL CLI Version"
workflow (workflow_dispatch, codeql_version: 2.26.4, release_bump: patch).

This PR:

  • Updates .codeqlversion to 2.26.4.

  • Pins every codeql/<lang>-all / codeql/<lang>-queries dependencies:
    entry across query/library qlpack.yml files (not */ext or
    */ext-library-sources, whose extensionTargets is intentionally left
    unconstrained and must never be auto-rewritten) to the exact version
    shipped in the official CodeQL Bundle for this CLI release (see
    .github/scripts/pin-codeql-library-versions.sh) - this keeps
    codeql pack upgrade from jumping those libraries to registry-latest instead
    of the version this CLI actually ships/tests against.

  • Runs codeql pack upgrade <dir> for every query/library pack directory (again
    excluding */ext and */ext-library-sources) to refresh its
    codeql-pack.lock.yml against the new CLI and pinned library versions.

  • Also bumps the repo release version (patch, via the same
    patch-release-me step update-release.yml uses) to 0.7.7,
    propagating it to every pack's own version: field, configs/*.yml
    references, and cross-pack -libs pins.

Merging this PR triggers the real batch publish - publish.yml's
auto-trigger fires on any push to main that changes .release.yml, which this
PR does. No separate "CodeQL Update Release" run is needed. That run's summary
job will create the matching GitHub Release as a full release
(release_prerelease: false).

Remaining steps (see CONTRIBUTING.md's "Updating the pinned CodeQL CLI/library
version" section):

  • Check CI on this PR - fix any compilation/test errors caused by upstream
    API changes. This is usually the hardest part; consider delegating it to a
    Copilot coding agent session pointed at this PR/branch.
  • Review and merge - this alone will trigger the real batch publish.

@felickz
felickz merged commit 287baf5 into main Aug 31, 2026
23 checks passed
@felickz
felickz deleted the chore/update-codeql-cli-2.26.4 branch August 31, 2026 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant