|
I realise that not yet finished, but some initial feedback (similar to
FOLIO-3629
Closed
):
- Using old versions of actions dependencies, e.g.
- actions/checkout@v2 needs to be checkout@v3
- actions/setup-java@v1 needs to be setup-java@v3
- Using head of master with fjogeleit/http-request-action could be problematic. Should be v1
- Consider using "cache" with actions/setup-java
- At "Check for Module Descriptor" consider swapping the exclamation marks to the "not found" case.
- The "name" property is malformed.
|