Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfyson committed Jan 19, 2024
1 parent 4f9fb97 commit e86ee7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/util.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
* instance supports v3, then log a warning about v2's upcoming deprecation prompting the customer
Expand Down

0 comments on commit e86ee7f

Please sign in to comment.