Skip to content

Conversation

Copy link

Copilot AI commented Feb 4, 2026

Overview

Updated googlejavaformat-action from v3.6.0 to v4.0.0 in the CI workflow for JDK 17 compatibility.

Changes

  • Updated action reference in .github/workflows/test.yml:
    • From: axel-op/googlejavaformat-action@fe78db8a90171b6a836449f8d0e982d5d71e5c5a (v3.6.0)
    • To: axel-op/googlejavaformat-action@c1134ebd196c4cbffb077f9476585b0be8b6afcd (v4.0.0)

Technical Details

  • v4.0.0 is the latest release (v3.7.0 does not exist)
  • Includes Node 20 runtime and JDK 17 support
  • Maintained SHA pinning pattern for immutability
- uses: axel-op/googlejavaformat-action@c1134ebd196c4cbffb077f9476585b0be8b6afcd #v4.0.0
  with:
    args: "--set-exit-if-changed"
Original prompt

Update the .github/workflows/test.yml workflow so that the googlejavaformat-action step uses the latest available version instead of v3.6.0/SHA. This is necessary because JDK 17 compatibility requires a newer action. Update the line:

  • uses: axel-op/googlejavaformat-action@fe78db8 #v3.6.0
    To:
  • uses: axel-op/googlejavaformat-action@v3.7.0 (or later if available)
    Target the 'dev' branch for this update. Double check the latest release of the action and use that.

This pull request was created from Copilot chat.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 2 commits February 4, 2026 15:41
Co-authored-by: SeanDuggan <2421968+SeanDuggan@users.noreply.github.com>
Co-authored-by: SeanDuggan <2421968+SeanDuggan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update googlejavaformat-action step in workflow Update googlejavaformat-action to v4.0.0 for JDK 17 compatibility Feb 4, 2026
Copilot AI requested a review from SeanDuggan February 4, 2026 15:43
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.

2 participants