-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update bundle to 2.12.0 #1466
Update bundle to 2.12.0 #1466
Conversation
Hi — I've just merged #1463 which creates some merge conflicts here. We'll be updating the release documentation shortly to include this, but wanted to write an FYI that we've added a few fields to the file that include the actual version number of the current release, as well as the bundle name + version number of the previous release 😄 let me know if any questions! |
@angelapwen Thanks for the heads up! |
@@ -2,7 +2,7 @@ | |||
|
|||
## [UNRELEASED] | |||
|
|||
No user facing changes. | |||
- Update default CodeQL bundle version to 2.12.0. [#1466](https://github.com/github/codeql-action/pull/1466) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something minor and doesn't need to happen for this release, but perhaps we should start linking to the release notes for the CLI version we are upgrading to.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be clear...this integration test will continue to fail until it starts using a version of the CLI that supports kotlin 1.8.0?
I think that is fine, but if this gets annoying, we should disable this test in main and create an issue to remind ourselves to re-enable it.
Kotlin analysis is incompatible with Kotlin 1.8.0, which is now rolling out to the Actions runner images. While we work on a more permanent fix to our PR checks, this will prevent us losing other test coverage.
…kotlin-in-pr-checks Temporarily disable Kotlin analysis in PR checks
Merge / deployment checklist