Fix typo in error message

This commit is contained in:
Arthur Baars 2022-02-02 13:51:48 +01:00
parent 6081b90eae
commit d57c2761c9
3 changed files with 3 additions and 3 deletions

View file

@ -598,7 +598,7 @@ export async function createStatusReportBase(
const GENERIC_403_MSG =
"The repo on which this action is running is not opted-in to CodeQL code scanning.";
const GENERIC_404_MSG =
"Not authorized to used the CodeQL code scanning feature on this repo.";
"Not authorized to use the CodeQL code scanning feature on this repo.";
const OUT_OF_DATE_MSG =
"CodeQL Action is out-of-date. Please upgrade to the latest version of codeql-action.";
const INCOMPATIBLE_MSG =