Open
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR bumps the version numbers of all CodeQL packs from 0.2.1 to 0.2.2.
- Update version in pack manifests for Ruby, Python, JavaScript, Java, Go, C#, and C++ CodeQL packs
- Ensures alignment of pack versions before merging dependent PRs
Reviewed Changes
Copilot reviewed 21 out of 21 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| ruby/lib/qlpack.yml | Version bump for Ruby libraries |
| ql/hotspots/qlpack.yml | Version bump for hotspots pack |
| python/src/qlpack.yml | Version bump for Python queries |
| python/lib/qlpack.yml | Version bump for Python libraries |
| python/ext/qlpack.yml | Version bump for Python extensions |
| javascript/src/qlpack.yml | Version bump for JavaScript queries |
| javascript/lib/qlpack.yml | Version bump for JavaScript libraries |
| java/src/qlpack.yml | Version bump for Java queries |
| java/lib/qlpack.yml | Version bump for Java libraries; note dependency version remains 0.2.1 |
| java/ext/qlpack.yml | Version bump for Java extensions |
| java/ext-library-sources/qlpack.yml | Version bump for Java library sources |
| go/src/qlpack.yml | Version bump for Go queries |
| go/lib/qlpack.yml | Version bump for Go libraries |
| go/ext/qlpack.yml | Version bump for Go extensions |
| csharp/src/qlpack.yml | Version bump for C# queries |
| csharp/lib/qlpack.yml | Version bump for C# libraries |
| csharp/ext/qlpack.yml | Version bump for C# extensions |
| csharp/ext-library-sources/qlpack.yml | Version bump for C# library sources |
| cpp/src/qlpack.yml | Version bump for C++ queries |
| cpp/lib/qlpack.yml | Version bump for C++ libraries |
Comments suppressed due to low confidence (1)
java/lib/qlpack.yml:6
- The dependency for 'githubsecuritylab/codeql-java-extensions' is still at 0.2.1 whereas the pack version is bumped to 0.2.2. Consider updating this dependency to maintain version consistency.
githubsecuritylab/codeql-java-extensions: '0.2.1'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the version number of all packs to 0.2.2.
This PR will be merged after #123 and #124.