-
Notifications
You must be signed in to change notification settings - Fork 4
Use Maven 3.9.12 for CI #1556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Maven 3.9.12 for CI #1556
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. Scanned FilesNone |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the Maven version from 3.9.11 to 3.9.12 across all CI/CD workflows and the development container configuration, ensuring consistency in the build environment across different platforms and workflow types.
- Updates Maven version environment variable in all GitHub Actions workflow files
- Updates Maven version in the devcontainer Dockerfile for consistent local development environment
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/ubuntu-maven.yml |
Updates Maven version to 3.9.12 for Ubuntu CI builds |
.github/workflows/trivy.yml |
Updates Maven version to 3.9.12 for Trivy security scanning |
.github/workflows/qa.yml |
Updates Maven version to 3.9.12 for QA workflow |
.github/workflows/owasp-dependency-check.yml |
Updates Maven version to 3.9.12 for OWASP dependency checking |
.github/workflows/macos-maven.yml |
Updates Maven version to 3.9.12 for macOS CI builds |
.github/workflows/copilot-setup-steps.yml |
Updates Maven version to 3.9.12 for Copilot setup steps |
.github/workflows/codeql.yml |
Updates Maven version to 3.9.12 for CodeQL analysis |
.devcontainer/Dockerfile |
Updates Maven version to 3.9.12 for development container |
The changes are consistent and complete. All references to Maven version 3.9.11 have been updated to 3.9.12 across all workflow files and the development container. The version update is compatible with the project's stated minimum requirement of Maven 3.9.9 or higher (as documented in README.md). No issues were identified in this straightforward version bump.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #1556 +/- ##
========================================
- Coverage 77% 4% -73%
Complexity 105 105
========================================
Files 151 151
Lines 7576 7576
Branches 690 690
========================================
- Hits 5803 267 -5536
- Misses 1374 7290 +5916
+ Partials 399 19 -380 see 137 files with indirect coverage changes 🚀 New features to boost your workflow:
|
No description provided.