From 36c51ac2b5abbdffd22f44a746f1882962308885 Mon Sep 17 00:00:00 2001 From: Andrew Eisenberg Date: Tue, 20 Feb 2024 10:46:27 -0800 Subject: [PATCH] Capitalize Code Scanning Co-authored-by: Henry Mercer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43a343a40..6b2962fd3 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ You can also configure advanced setup for a repository to find security vulnerab ### Permissions -All advanced setup Code Scanning workflows must have the `security-events: write` permission. Workflows in private repositories muse additionally have the `contents: read` permission. For more information, see [Assigning permissions to jobs](https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs). +All advanced setup code scanning workflows must have the `security-events: write` permission. Workflows in private repositories muse additionally have the `contents: read` permission. For more information, see [Assigning permissions to jobs](https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs). ## Supported versions of the CodeQL Action