From f015f96b55fc432b0cc03bd49dcbb0d5eaa30272 Mon Sep 17 00:00:00 2001 From: Federico Builes Date: Wed, 19 Jul 2023 16:26:39 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7e2681..ff90783 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - dependency-review-action + # dependency-review-action This action scans your pull requests for dependency changes, and will raise an error if any vulnerabilities or invalid licenses are being introduced. The action is supported by an [API endpoint](https://docs.github.com/en/rest/reference/dependency-graph#dependency-review) that diffs the dependencies between any two revisions on your default branch.