Skip to content

Update rules_kotlin to v2.3.20 - #21442

Draft
redsun82 wants to merge 5 commits into
mainfrom
redsun82/update-rules-kotlin
Draft

Update rules_kotlin to v2.3.20#21442
redsun82 wants to merge 5 commits into
mainfrom
redsun82/update-rules-kotlin

Conversation

@redsun82

Copy link
Copy Markdown
Contributor

No description provided.

@redsun82redsun82 added the depends on internal PR This PR should only be merged in sync with an internal Semmle PR label Mar 10, 2026
@codeql-ci

codeql-ci commented Mar 11, 2026

Copy link
Copy Markdown
Collaborator

Rerun of failed CI workflows has been triggered 🚀

@redsun82redsun82 removed the depends on internal PR This PR should only be merged in sync with an internal Semmle PR label Mar 19, 2026
@redsun82
redsun82 marked this pull request as ready for review March 19, 2026 15:40
@redsun82
redsun82 requested review from a team as code ownersMarch 19, 2026 15:40
CopilotAI review requested due to automatic review settings March 19, 2026 15:40
@redsun82redsun82 changed the title Update rules_kotlin to v2.3.10Update rules_kotlin to v2.3.20Mar 19, 2026

CopilotAI 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

Updates the repository’s vendored Bazel registry entry for rules_kotlin to a newer upstream release, including the CodeQL-specific patch set used when building Kotlin components with Bazel/bzlmod.

Changes:

  • Bumps the rules_kotlin module version referenced by the repo and registry metadata.
  • Adds a new rules_kotlin version directory with updated source.json (URL/integrity) and patch hashes.
  • Updates the vendored rules_kotlinMODULE.bazel dependency set for the new upstream version.

Reviewed changes

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

Show a summary per file
FileDescription
misc/bazel/registry/modules/rules_kotlin/metadata.jsonUpdates the registry’s available rules_kotlin version list.
misc/bazel/registry/modules/rules_kotlin/2.3.20.codeql.1/source.jsonAdds the new upstream source URL/integrity and patch references.
misc/bazel/registry/modules/rules_kotlin/2.3.20.codeql.1/patches/codeql_do_not_emit_jdeps.patchCarries forward the CodeQL patch to disable jdeps emission by default.
misc/bazel/registry/modules/rules_kotlin/2.3.20.codeql.1/patches/codeql_add_language_version_option.patchCarries forward the CodeQL patch to add a Kotlin language/API version option mapping.
misc/bazel/registry/modules/rules_kotlin/2.3.20.codeql.1/MODULE.bazelUpdates the vendored module definition/dependencies for the new version.
misc/bazel/registry/modules/rules_kotlin/2.2.2-codeql.1/source.jsonRemoves the old version’s source definition (as part of the version bump).
MODULE.bazelBumps the repo’s rules_kotlin dependency to the new version.
Comments suppressed due to low confidence (1)

misc/bazel/registry/modules/rules_kotlin/2.3.20.codeql.1/MODULE.bazel:4

  • version = "2.3.20.codeql.1" is inconsistent with the -codeql.1 suffix used by other CodeQL-patched modules in this registry (for example misc/bazel/registry/modules/fmt/12.1.0-codeql.1 and misc/bazel/registry/modules/rules_dotnet/0.21.5-codeql.1). Consider switching to 2.3.20-codeql.1 for consistency (and update metadata/root dependencies accordingly).

Comment threadmisc/bazel/registry/modules/rules_kotlin/metadata.json
Comment threadMODULE.bazel
Comment threadMODULE.bazel
@redsun82
redsun82 requested review from a team as code ownersMarch 20, 2026 10:40
@redsun82
redsun82 marked this pull request as draft April 13, 2026 07:12
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@redsun82@codeql-ci