diff --git a/README.md b/README.md index e864099..75e71aa 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Go Dependency Submission -An Action that calculates dependencies for a Go build-target (a Go file with a -`main` function) and submits the list to the Dependency Submission API. +This GitHub Action calculates dependencies for a Go build-target (a Go file with a +`main` function) and submits the list to the [Dependency submission API](https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/using-the-dependency-submission-api). Dependencies then appear in your repository's dependency graph, and you'll receive Dependabot alerts and updates for vulnerable or out-of-date dependencies. ### Example ```yaml