Currently in several repositories (runtimes, apps), we are defining in each workflow the OS, java-version and maven-version.
It could be better to centralize it in a common file per repository (shared-vars.yml) and also use a stable version of Ubuntu, instead of latest to avoid instabilities during the first days of the new update for that runner.
Currently in several repositories (runtimes, apps), we are defining in each workflow the OS, java-version and maven-version.
It could be better to centralize it in a common file per repository (
shared-vars.yml) and also use a stable version of Ubuntu, instead oflatestto avoid instabilities during the first days of the new update for that runner.