fix typo in comment
This commit is contained in:
parent
4f9fb97304
commit
e86ee7f7b4
2 changed files with 2 additions and 2 deletions
2
lib/util.js
generated
2
lib/util.js
generated
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue