You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade to CodeQL v2.24.2 and fix release-codeql.yml workflow (#318)
* Upgrade CodeQL CLI dependency to v2.24.2
* Use workspace references for workspace-local qlpacks
* Update required codeql/javascript-all version in packs
Updates the required minimum version of "codeql/javascript-all"
pack dependency to improve consistency across qlpack definitions
while better reflecting the actual version of the dependency that
actually gets installed for the current CodeQL CLI version.
* Support codeql pack publish --allow-prerelease
* refactor: convert pack bundle & publish to scripts
Move the inline pack publishing and bundling logic from the
release-codeql workflow into dedicated scripts:
- scripts/publish-packs.sh: Publishes all CodeQL packs to GHCR with
pre-release detection, token validation, and dry-run support.
- scripts/bundle-packs.sh: Bundles all CodeQL packs into .tar.gz
archives with configurable output directory and dry-run support.
0 commit comments