From 123b49e5c95791e63f5781657b5c0742952adac3 Mon Sep 17 00:00:00 2001 From: Jeremy Frasier Date: Mon, 3 Mar 2025 15:21:40 -0500 Subject: [PATCH] Add a hyphen in a comment This clarifies that "Dependabot-triggered" is an adjective and not a subject and verb. --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 642adda..036a92b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -15,7 +15,7 @@ on: branches: - develop push: - # Dependabot triggered push events have read-only access, but uploading code + # Dependabot-triggered push events have read-only access, but uploading code # scanning requires write access. branches-ignore: - dependabot/**