Skip to content

chore(ci): update GitHub Actions to latest versions#11

Merged
marevol merged 1 commit intomainfrom
chore/update-github-actions
May 7, 2026
Merged

chore(ci): update GitHub Actions to latest versions#11
marevol merged 1 commit intomainfrom
chore/update-github-actions

Conversation

@marevol
Copy link
Copy Markdown
Contributor

@marevol marevol commented May 7, 2026

Summary

  • Update actions/checkout from v2 to v4
  • Update actions/cache from v1 to v4
  • Update actions/setup-java from v2 to v4
  • Update github/codeql-action (init/autobuild/analyze) from v1 to v3

These updates address deprecated action versions running on EOL Node.js runtimes and pull in current maintained releases.

Test plan

  • CodeQL Analysis workflow runs successfully on this PR
  • No deprecation warnings appear in the workflow logs
  • Maven cache restore step continues to work as before
  • JDK 17 (Temurin) setup completes successfully

- actions/checkout: v2 -> v4
- actions/cache: v1 -> v4
- actions/setup-java: v2 -> v4
- github/codeql-action: v1 -> v3
@marevol marevol merged commit 867f7e8 into main May 7, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant