Skip to content

chore: bump all pack versions to 0.5.1#182

Merged
felickz merged 1 commit into
mainfrom
chore/bump-packs-0.5.1
Jul 11, 2026
Merged

chore: bump all pack versions to 0.5.1#182
felickz merged 1 commit into
mainfrom
chore/bump-packs-0.5.1

Conversation

@felickz

@felickz felickz commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

What

Bumps every language's src/lib/ext/ext-library-sources qlpack.yml version: field from 0.5.00.5.1 (20 files, ql/hotspots/ and */test/ excluded, matching .release.yml's own excludes).

Why

.release.yml was already bumped to 0.5.1 and the v0.5.1 GitHub Release was already cut (via update-release.yml/PR #180), but no pack's own qlpack.yml version was bumped to match. publish.yml only publishes a pack when its local qlpack.yml version differs from what's currently on GHCR — since every pack was still at 0.5.0 locally, a manual workflow_dispatch of publish.yml correctly found nothing to publish. The v0.5.1 release notes/changelog exist, but no package was ever actually shipped under that version.

Staying at 0.5.1 (rather than skipping to 0.5.2) since nothing was ever actually published as 0.5.1 — this just makes the real packages catch up to the release that's already been cut.

Follow-up (separate, not blocking this PR)

.release.yml's custom "CodeQL Packs" location is supposed to auto-bump every qlpack.yml's version via patch-release-me whenever .release.yml itself is bumped, but it silently didn't fire for this release (it did work for the prior 0.4.00.5.0 cut). Will investigate why as a separate follow-up so this manual catch-up step isn't needed on every future release.

Next step after merge

Manually dispatch publish.yml (workflow_dispatch) to actually publish all packs at 0.5.1.

Co-authored-by: Copilot App 223556219+Copilot@users.noreply.github.com

.release.yml and the v0.5.1 GitHub Release were already cut (via
update-release.yml), but no pack's own qlpack.yml version was bumped to
match, so publish.yml's diff check (local qlpack.yml version vs published
GHCR tag) found nothing to publish and the release notes were never
actually shipped as packages.

Bump every language's src/lib/ext/ext-library-sources qlpack.yml version
from 0.5.0 to 0.5.1 (matching the already-declared release version, since
nothing was ever actually published under that tag) so a follow-up
publish.yml run ships the real packages.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 11, 2026 04:34
@felickz felickz merged commit dfdc444 into main Jul 11, 2026
18 of 19 checks passed
@felickz felickz deleted the chore/bump-packs-0.5.1 branch July 11, 2026 04:35

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR aligns all CodeQL Community Pack qlpack.yml versions with the already-cut v0.5.1 release by bumping pack versions from 0.5.0 to 0.5.1, enabling publish.yml to actually publish the packs.

Changes:

  • Bump Ruby pack versions (src, lib) to 0.5.1.
  • Bump Python/Java/Go/C# pack versions (src, lib, ext, ext-library-sources where applicable) to 0.5.1.
  • Bump JavaScript and C++ pack versions (src, lib) to 0.5.1.
Show a summary per file
File Description
ruby/src/qlpack.yml Bump Ruby queries pack version to 0.5.1.
ruby/lib/qlpack.yml Bump Ruby libs pack version to 0.5.1.
python/src/qlpack.yml Bump Python queries pack version to 0.5.1.
python/lib/qlpack.yml Bump Python libs pack version to 0.5.1.
python/ext/qlpack.yml Bump Python extensions pack version to 0.5.1.
javascript/src/qlpack.yml Bump JavaScript queries pack version to 0.5.1.
javascript/lib/qlpack.yml Bump JavaScript libs pack version to 0.5.1.
java/src/qlpack.yml Bump Java queries pack version to 0.5.1.
java/lib/qlpack.yml Bump Java libs pack version to 0.5.1.
java/ext/qlpack.yml Bump Java extensions pack version to 0.5.1.
java/ext-library-sources/qlpack.yml Bump Java library-sources pack version to 0.5.1.
go/src/qlpack.yml Bump Go queries pack version to 0.5.1.
go/lib/qlpack.yml Bump Go libs pack version to 0.5.1.
go/ext/qlpack.yml Bump Go extensions pack version to 0.5.1.
csharp/src/qlpack.yml Bump C# queries pack version to 0.5.1.
csharp/lib/qlpack.yml Bump C# libs pack version to 0.5.1.
csharp/ext/qlpack.yml Bump C# extensions pack version to 0.5.1.
csharp/ext-library-sources/qlpack.yml Bump C# library-sources pack version to 0.5.1.
cpp/src/qlpack.yml Bump C++ queries pack version to 0.5.1.
cpp/lib/qlpack.yml Bump C++ libs pack version to 0.5.1.

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 20/20 changed files
  • Comments generated: 0
  • Review effort level: Low

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants