-
Notifications
You must be signed in to change notification settings - Fork 62
Bump dependencies #191
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
Merged
Merged
Bump dependencies #191
Conversation
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
…rtifact-4.1.x ci(deps): update actions/download-artifact action to v4.1.9
…n-3.x ci(deps): update docker/login-action action to v3.4.0
…ifact-4.6.x ci(deps): update actions/upload-artifact action to v4.6.2
…-4.x ci(deps): update actions/setup-java action to v4.7.1
…action-6.x ci(deps): update docker/build-push-action action to v6.16.0
…x-action-3.x ci(deps): update docker/setup-buildx-action action to v3.10.0
…tion-5.x ci(deps): update docker/metadata-action action to v5.7.0
…rtifact-4.x ci(deps): update actions/download-artifact action to v4.3.0
…r-plugin to v3.14.0
…lugins-maven-compiler-plugin-3.x build(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.14.0
chore(deps): update alpine docker tag to v3.21.3
chore(core-deps): update dependency org.slf4j:slf4j-api to v2.0.17
…action-3.x ci(deps): update docker/setup-qemu-action action to v3.6.0
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 pull request updates several GitHub Actions dependencies used in the CI workflows to newer versions.
- Updates the actions/setup-java version in the Maven test workflow.
- Bumps multiple Docker-related actions (e.g., setup-qemu-action, setup-buildx-action, metadata-action, login-action, build-push-action, upload-artifact, download-artifact) in the docker-image workflow.
Reviewed Changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/maven-test-pr.yml | Updated actions/setup-java to v4.7.1 to keep the workflow current. |
| .github/workflows/docker-image.yml | Multiple Docker action versions have been updated to their latest releases. |
Files not reviewed (2)
- .docker/Dockerfile: Language not supported
- pom.xml: Language not supported
Comments suppressed due to low confidence (2)
.github/workflows/maven-test-pr.yml:18
- Review the updated actions/setup-java version to confirm that any new configuration changes or deprecations are properly addressed within the workflow.
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
.github/workflows/docker-image.yml:42
- Verify that the updated Docker actions (including setup-qemu-action and the other related dependency updates) are compatible with the current workflow configuration and do not introduce any breaking changes.
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
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.
No description provided.