Skip to content

Conversation

@ashleycaselli
Copy link
Collaborator

No description provided.

renovate bot and others added 24 commits February 25, 2025 22:36
…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
…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
@ashleycaselli ashleycaselli added the dependencies Pull requests that update a dependency file label May 6, 2025
@ashleycaselli ashleycaselli requested a review from Copilot May 6, 2025 16:58
Copy link

Copilot AI left a 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

@ashleycaselli ashleycaselli merged commit 53003a1 into TopQuadrant:master May 6, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant