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