slawekjaranowski opened a new pull request, #318: URL: https://github.com/apache/maven-gh-actions-shared/pull/318
442a01f moved the simple jobs to ubuntu-slim and had to be reverted: the image ships no Maven, and actions/setup-java installs a JDK but not Maven, so `mvn help:evaluate` in release-drafter's detect-version failed. Move only the jobs that never call mvn: setup-maven-version, all of pr-automation, both stale jobs, update_release_draft and milestones-managment. detect-version stays on ubuntu-latest for the preinstalled Maven; fail-fast-build and verify take their runner from the ff-os and matrix.os inputs and are untouched. ubuntu-slim provides what the moved jobs need: Node.js for the JavaScript actions and jq for the matrix setup. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
