You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The report is empty. The only dependency it scans is /github/workspace/gradle/wrapper/gradle-wrapper.jar. Does it have to happen in the same job as my gradle compile step? I like breaking out separate jobs so that they can be run in parallel.
The text was updated successfully, but these errors were encountered:
I was experiencing similar behavior and got it solved by adding a step that handles downloading the dependencies that should be scanned. i.e. something like this:
If I recall it correctly, the provided examples are with maven, but it shows there too that the action requires some pre-step that triggers downloading the dependencies before executing it.
The report is empty. The only dependency it scans is
/github/workspace/gradle/wrapper/gradle-wrapper.jar
. Does it have to happen in the same job as my gradle compile step? I like breaking out separate jobs so that they can be run in parallel.The text was updated successfully, but these errors were encountered: