Bump CI actions and build plugins to latest stable versions - #148
Merged
Conversation
Maven:
- spotless-maven-plugin 3.9.0 -> 3.10.0
- spotbugs-maven-plugin 4.10.3.0 -> 4.10.4.0
Both were already at these versions in java-llama.cpp and srcmorph, so
this brings the cross-repo tool-version matrix back into parity.
GitHub Actions:
- actions/setup-java v5 -> v6
- github/codeql-action/{init,analyze,upload-sarif} v4.37.7 -> v4.37.8
- google/osv-scanner-action reusable workflows v2.5.0 -> v2.5.1
setup-java v6 is an ESM rewrite that drops only the legacy "adopt"
distributions and renames jdkFile -> jdk-file (deprecated alias kept).
Every job here uses temurin (zulu in sonarqube.yml), both still
supported, so the major bump is a no-op for this pipeline.
Verified: mvn spotless:check spotbugs:spotbugs passes with the new
plugin versions.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015736Ef93fk9VcaxpBs8C9J
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015736Ef93fk9VcaxpBs8C9J
bernardladenthin
had a problem deploying
to
maven-central
August 25, 2026 08:17 — with
GitHub Actions
Failure
bernardladenthin
had a problem deploying
to
maven-central
August 25, 2026 08:17 — with
GitHub Actions
Failure
bernardladenthin
had a problem deploying
to
startgate
August 25, 2026 08:17 — with
GitHub Actions
Error
Code Review: Dependency UpgradesSummaryThis PR upgrades GitHub Actions and Maven build plugins to their latest stable versions. The changes are well-executed with proper documentation. What's Good ✓
Dependency AnalysisGitHub Actions:
Maven Plugins:
All upgrades are conservative patch/minor versions with no breaking changes expected. RecommendationApproved ✓ The changes are safe, well-tested, and improve the CI/CD pipeline's security and code quality tooling. |
|
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
actions/setup-javav5 → v6,github/codeql-action/*v4.37.7 → v4.37.8,google/osv-scanner-actionv2.5.0 → v2.5.1spotless-maven-plugin3.9.0 → 3.10.0,spotbugs-maven-plugin4.10.3.0 → 4.10.4.0Test plan
Related issues / PRs
Checklist
CONTRIBUTING.mdandCODE_OF_CONDUCT.mdhttps://claude.ai/code/session_015736Ef93fk9VcaxpBs8C9J