Update all GitHub Actions to latest versions#156
Merged
Conversation
Co-authored-by: jwijgerd <914840+jwijgerd@users.noreply.github.com>
Co-authored-by: jwijgerd <914840+jwijgerd@users.noreply.github.com>
Contributor
|
@copilot only use major versions |
Copilot
AI
changed the title
[WIP] update all the versions used in the github actions steps to latest
Update all GitHub Actions to latest versions
Oct 4, 2025
Co-authored-by: jwijgerd <914840+jwijgerd@users.noreply.github.com>
Contributor
Author
Updated to use only major versions for all GitHub Actions (commit 0b00a33). |
jwijgerd
approved these changes
Oct 4, 2025
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
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.
This PR updates all GitHub Actions used in the repository workflows to their latest available versions using major version tags. Keeping GitHub Actions up to date ensures we benefit from the latest security patches, bug fixes, performance improvements, and new features.
Changes
The following actions have been updated across all workflow files:
actions/checkoutactions/setup-javaactions/cachegithub/codeql-action/initgithub/codeql-action/analyzerelease-drafter/release-drafterNote: All actions use major version tags (e.g.,
v5,v4) to automatically receive patch and minor updates while maintaining compatibility.Modified Workflows
.github/workflows/codeql.yml- CodeQL security scanning workflow.github/workflows/copilot-setup-steps.yml- GitHub Copilot setup workflow.github/workflows/maven.yml- CI build workflow.github/workflows/maven-publish.yml- Release and publish workflowValidation
All workflow files have been validated for correct YAML syntax and the updates maintain compatibility with existing workflow configurations. No functional changes have been made to the workflow logic - only version numbers have been updated.
Benefits
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.