-
Notifications
You must be signed in to change notification settings - Fork 48
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
Duplicate dependencies in GitHub Dependency Graph when combined with Dependency Review #482
Comments
Relaying the answer from GitHub support:
My take on this is to factor out the dependency submission part as a reusable workflow. |
Thanks for your detailed report and reproducer.
|
Sorry for the messy description. |
The project I am working on have been observed duplicate entries in the GitHub Dependency Graph come and go for quite some time.
We have based or workflows on this demo as it is referenced by the documentation for configuring dependency-review together dependency-submission based on Gradle manifest files.
With some help from GitHub support, we have been able to reproduce this behaviour in this fork of this demo here
https://github.com/lislei/github-dependency-submission-demo-test
We have yet no answers to what the issue, but it seems like to involve the different "correlator" values. The one used for dependency-submission workflow is different than the dependency-review workflow.
Could someone please look into this?
Thank you for considering this.
The text was updated successfully, but these errors were encountered: