Closed lread closed 5 months ago
I don't see a need to use a custom path for the nvd database, so turfed that complexity. Let it go to its default spot under ~/.m2/repository...
Don't base github action cache on date, base it instead on deps and bb.edn.
Use action/cache/restore and actions/cache/save to control caching. This should allow us to save nvd database for subsequent runs.
I don't see a need to use a custom path for the nvd database, so turfed that complexity. Let it go to its default spot under ~/.m2/repository...
Don't base github action cache on date, base it instead on deps and bb.edn.
Use action/cache/restore and actions/cache/save to control caching. This should allow us to save nvd database for subsequent runs.