Commit graph

3 commits

Author SHA1 Message Date
daz
1c72c2f07e
Added action to clear deps for a correlator 2023-07-07 13:52:18 -06:00
daz
58bc816421
Remove defunct generate actions 2023-07-07 13:50:40 -06:00
daz
be413309fa
First cut at actions for dependency-graph
- Dependency graph init-script references published version of plugin jar.
- `dependency-graph-generate` action will:
     - Provision Gradle if required
     - Execute Gradle with dependency-graph plugin to generate graph JSON
     - Upload dependency-graph JSON file as workflow artifact
- `dependency-graph-submit` action will:
    - Download dependency-graph JSON artifact
    - Submit the graph via the GitHub dependency submission API
2023-06-28 11:24:57 -06:00