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

Submit gradle-aware dependency information to Github #5086

Merged

Commits on Jan 30, 2024

  1. Submit gradle-aware dependency information to Github

    Currently, Github automatically ingests dependency information that is an easy-to-digest form (for example, something like Python's requirements.txt).
    
    This PR uses the Github Dependency Submission API to add our projects dependency information as known by Gradle (group id, artifact id, version, etc) to Github. This allows for better dependency graph and code security information.
    
    There's potential to use this information in the future to enhance our PR review process, specifically calling out new dependencies (https://github.com/actions/dependency-review-action).
    
    https://docs.github.com/en/rest/dependency-graph/dependency-submission
    https://github.com/gradle/actions/blob/main/dependency-submission/README.md
    devinrsmith committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    edffd29 View commit details
    Browse the repository at this point in the history