Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial support for GitHub Dependency Submission #740

Merged
merged 2 commits into from
Jun 28, 2023

Commits on Jun 28, 2023

  1. 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
    bigdaz committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    be41330 View commit details
    Browse the repository at this point in the history
  2. Build outputs

    bigdaz committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    75a86cf View commit details
    Browse the repository at this point in the history