fix typo in comment

This commit is contained in:
nickfyson 2024-01-19 15:03:13 +00:00
parent 4f9fb97304
commit e86ee7f7b4
2 changed files with 2 additions and 2 deletions

2
lib/util.js generated
View file

@ -748,7 +748,7 @@ async function checkDiskUsage(logger) {
} }
exports.checkDiskUsage = checkDiskUsage; 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 * 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 * instance supports v3, then log a warning about v2's upcoming deprecation prompting the customer

View file

@ -946,7 +946,7 @@ export async function checkDiskUsage(logger?: Logger): Promise<DiskUsage> {
} }
/** /**
* 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 * 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 * instance supports v3, then log a warning about v2's upcoming deprecation prompting the customer