FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Kotlin: The 2.20.3 release supports Kotlin 2.1.10. by igfoo · Pull Request #2744 · github/codeql-action · GitHub

Kotlin: The 2.20.3 release supports Kotlin 2.1.10. - #2744

Merged
igfoo merged 3 commits into
mainfrom
igfoo/kot2.1.10
Jan 29, 2025
Merged

Kotlin: The 2.20.3 release supports Kotlin 2.1.10.#2744
igfoo merged 3 commits into
mainfrom
igfoo/kot2.1.10

Conversation

igfoo commented Jan 29, 2025
edited
Loading

Copy link
Copy Markdown
Contributor

Merge / deployment checklist

  • Confirm this change is backwards compatible with existing workflows.
  • Confirm the readme has been updated if necessary.
  • Confirm the changelog has been updated if necessary.

Copilot AI review requested due to automatic review settings January 29, 2025 12:58
igfoo requested a review from a team as a code owner January 29, 2025 12:58

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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (2)

src/init-action.ts:547

  • The Kotlin version limit is set to 2.1.20, whereas the title suggests supporting Kotlin 2.1.10. Please confirm which version is correct to avoid confusion or unintended behavior.
core.exportVariable(kotlinLimitVar, "2.1.20");

src/init-action.ts:543

  • This new logic to set a Kotlin version limit depending on CodeQL versions is untested. Please add automated tests verifying that the environment variable is correctly set for CodeQL versions between 2.20.3 and 2.20.4.
if ( (await codeQlVersionAtLeast(codeql, "2.20.3")) && !(await codeQlVersionAtLeast(codeql, "2.20.4")) ) {

Tip: Copilot only keeps its highest confidence comments to reduce noise and keep you focused. Learn more

igfoo merged commit a91a3f7 into main Jan 29, 2025
igfoo deleted the igfoo/kot2.1.10 branch January 29, 2025 16:45
github-actions Bot mentioned this pull request Jan 29, 2025
8 tasks
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL