Publish Maven packages / publish (push) Failing after 27s
actions/checkout@v4 is a Node-based action; the maven:3.9-eclipse-temurin-21 container it was running in has no Node, so it failed with "node: executable file not found in \$PATH". A shell git clone needs neither Node nor any action runtime, just git (installed here via apt). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>