From 3e1863157ab14a0f178003e9c97680f5e606efd1 Mon Sep 17 00:00:00 2001 From: Justin Hutchings Date: Fri, 7 Apr 2023 16:22:20 -0700 Subject: [PATCH] Fix name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ff5191..a3c1dc3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Component detection action +# Component detection dependency submission action This GitHub Action runs the [microsoft/component-detection](https://github.com/microsoft/component-detection) library to automate dependency extraction at build time. It uses a combination of static and dynamic scanning to build a dependency tree and then uploads that to GitHub's dependency graph via the dependency submission API. This gives you more accurate Dependabot alerts, and support for a bunch of additional ecosystems.