From e86ee7f7b44f24dfc04b90a5018814773e4b5681 Mon Sep 17 00:00:00 2001 From: nickfyson Date: Fri, 19 Jan 2024 15:03:13 +0000 Subject: [PATCH] fix typo in comment --- lib/util.js | 2 +- src/util.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/util.js b/lib/util.js index 876d9963a..dc19cde95 100644 --- a/lib/util.js +++ b/lib/util.js @@ -748,7 +748,7 @@ async function checkDiskUsage(logger) { } exports.checkDiskUsage = checkDiskUsage; /** - * Prompt the customer to upgrade to CodeQL Action v2, if appropriate. + * Prompt the customer to upgrade to CodeQL Action v3, if appropriate. * * Check whether a customer is running v2. If they are, and we can determine that the GitHub * instance supports v3, then log a warning about v2's upcoming deprecation prompting the customer diff --git a/src/util.ts b/src/util.ts index 6be4319d1..524bf14dc 100644 --- a/src/util.ts +++ b/src/util.ts @@ -946,7 +946,7 @@ export async function checkDiskUsage(logger?: Logger): Promise { } /** - * Prompt the customer to upgrade to CodeQL Action v2, if appropriate. + * Prompt the customer to upgrade to CodeQL Action v3, if appropriate. * * Check whether a customer is running v2. If they are, and we can determine that the GitHub * instance supports v3, then log a warning about v2's upcoming deprecation prompting the customer