fix(ci): migrate workflow from adopt to temurin#171
Conversation
WalkthroughThis pull request updates the GitHub Actions workflow configuration for a Maven-based Java project. The change alters the Java environment setup by replacing the previous Java distribution, adopt, with temurin. The workflow steps for checking out the repository, running Maven commands, and uploading a JaCoCo artifact remain unchanged. No modifications were made to any exported or public entities. Changes
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
Code Climate has analyzed commit 4eb060d and detected 0 issues on this pull request. View more on Code Climate. |
|
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #171 +/- ##
=========================================
Coverage 96.49% 96.49%
Complexity 24 24
=========================================
Files 2 2
Lines 57 57
Branches 6 6
=========================================
Hits 55 55
Partials 2 2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
.github/workflows/maven.yml (1)
22-27: Migrated CI Workflow to use Eclipse Temurin.The updated line specifying
distribution: 'temurin'correctly migrates the Java distribution from Adopt OpenJDK to Temurin as required by the PR objectives. Additionally, for clarity and consistency with this migration, you might consider updating the step name from "Set up OpenJDK" to "Set up Eclipse Temurin". This is optional since Temurin is a build of OpenJDK, but a more descriptive name can help reduce confusion in the future.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
.github/workflows/maven.yml(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: Codacy Static Code Analysis



https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#Adopt
This change is
Summary by CodeRabbit