Skip to content

Commit 9366f80

Browse files
Reference GHES 3.20 in the comment, not 3.19.
Co-authored-by: Copilot <[email protected]>
1 parent c443dff commit 9366f80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/util.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,9 +1129,9 @@ export function checkActionVersion(
11291129
) {
11301130
// Only error for versions of GHES that are compatible with CodeQL Action version 4.
11311131
//
1132-
// GHES 3.19 shipped without the v4 tag, but it also shipped without this warning message code.
1133-
// Therefore, users who are seeing this warning message code have pulled in a new version of the
1134-
// Action, and with it the v4 tag.
1132+
// GHES 3.20 is the first version to ship with the v4 tag and this warning message code.
1133+
// Therefore, users who are seeing this warning message code are running on GHES 3.20 or newer,
1134+
// and should update to CodeQL Action v4.
11351135
if (
11361136
githubVersion.type === GitHubVariant.DOTCOM ||
11371137
githubVersion.type === GitHubVariant.GHE_DOTCOM ||

0 commit comments

Comments
 (0)