build: upgrade setup-java to v6 - #3584
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
PR SummaryUpgrades all active Maven workflow references from Changes
autogenerated by presubmit.ai |
There was a problem hiding this comment.
✅ LGTM!
Review Summary
Commits Considered (1)
- 375e245: build: upgrade setup-java to v6
Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com
Files Processed (2)
- .github/workflows/maven-ci.yml (1 hunk)
- .github/workflows/maven-pr-builder.yml (1 hunk)
Actionable Comments (0)
Skipped Comments (2)
-
.github/workflows/maven-ci.yml [22-22]
possible bug: "Switch to setup-java v6 for JDK 21"
-
.github/workflows/maven-pr-builder.yml [22-22]
possible bug: "Switch to setup-java v6 for JDK 21 in PR builder"
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3584 +/- ##
============================================
- Coverage 83.54% 83.53% -0.02%
+ Complexity 4212 4208 -4
============================================
Files 1107 1107
Lines 14907 14907
Branches 704 704
============================================
- Hits 12454 12452 -2
Misses 2160 2160
- Partials 293 295 +2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
my apologies for this PR. It was only supposed to hit a set of repos with a specific dependabot configuration that would prevent getting the alert of this new release |
Pull Request Template
What does this PR do?
Upgrades all active Maven workflow references from
actions/setup-java@v4toactions/setup-java@v6.The workflow diffs were reviewed and all active
setup-javareferences were checked. No runtime tests were needed for this workflow-only change.