actions / go-dependency-submission

Calculates dependencies for a Go build-target and submits the list to the Dependency Submission API
MIT License
52 stars 28 forks source link

Use dependency-submission-toolkit published on npmjs.com #21

Closed lseppala closed 2 years ago

lseppala commented 2 years ago

Uses the @github/dependency-sbumission-toolkit published on the public npmjs.com registry (so no authentication is required to download).

Updates to latest 1.2.2 version.

Closes #17.