Dependency update 08/26 - #133
Merged
Merged
Conversation
Update all non-major dependencies
Update actions/checkout action to v7
…pp-token-3.x Update actions/create-github-app-token action to v3
Update actions/setup-java action to v5
Update gradle/actions action to v6
…on-46.x Update renovatebot/github-action action to v46
|
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates build tooling and CI dependencies (Gradle wrapper/scripts, version catalog, and GitHub Actions) to newer versions and aligns wrapper scripts with newer Gradle wrapper invocation patterns.
Changes:
- Bump Gradle wrapper distribution and adjust wrapper scripts to use
-jarinvocation. - Update dependency/version catalog entries (AndroidX, Kotlin/KSP, AGP).
- Update GitHub Actions used in CI workflows (checkout/setup-java/Gradle actions/Renovate).
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
gradlew.bat |
Updates Windows wrapper script behavior (setlocal, -jar invocation, exit handling). |
gradlew |
Updates POSIX wrapper script header/comments and switches to -jar invocation. |
gradle/wrapper/gradle-wrapper.properties |
Bumps Gradle distribution URL and adds retry-related properties. |
gradle/libs.versions.toml |
Bumps library/tooling versions (AndroidX, Kotlin/KSP, AGP, etc.). |
.github/workflows/renovate.yml |
Updates Renovate workflow actions. |
.github/workflows/gradle-wrapper-validation.yml |
Updates wrapper validation workflow action versions. |
.github/workflows/dependency-submission.yml |
Updates dependency submission workflow action versions. |
.github/workflows/code-analysis.yml |
Updates code analysis workflow action versions. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
51
to
+54
| echo Please set the JAVA_HOME variable in your environment to match the 1>&2 | ||
| echo location of your Java installation. 1>&2 | ||
|
|
||
| goto fail | ||
| "%COMSPEC%" /c exit 1 |
Comment on lines
65
to
+68
| echo Please set the JAVA_HOME variable in your environment to match the 1>&2 | ||
| echo location of your Java installation. 1>&2 | ||
|
|
||
| goto fail | ||
| "%COMSPEC%" /c exit 1 |
|
|
||
| # | ||
| # Copyright © 2015-2021 the original authors. | ||
| # Copyright © 2015 the original authors. |
KCeh
approved these changes
Aug 17, 2026
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.



Summary
Changes
Aggregated updates from dependabot. App was smoked and everything looks good, for workflows everything should be fine as well.
Type
Checklist