This is a maven java workflow responsible for running maven build, scan and, in some cases, other actions like docker image build.
Version : 1.0.1
There are a few steps which are always run :
Optionally the workflow may :
For an example of this project look at build_maven_package.yml
To fix the issue : Github action broken with 4.0.1
Setting github variable DISABLE_MAVEN_DEPENDENCY_SUBMISSION
to true
, the step will be disabled.
It is possible to setup the variable at repository or account level.