From d116ef458ef93e6baea538a6fd87a4d0e672186f Mon Sep 17 00:00:00 2001 From: Rick Ossendrijver Date: Sat, 15 Apr 2023 17:18:16 +0200 Subject: [PATCH] Tiny typo --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 671c61f0d5..f6bcd764dd 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -1,4 +1,4 @@ -# Analyzes the code base using Github's default CodeQL query database. +# Analyzes the code using GitHub's default CodeQL query database. # Identified issues are registered with GitHub's code scanning dashboard. When # a pull request is analyzed, any offending lines are annotated. See # https://codeql.github.com for details.