File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 ||
You can’t perform that action at this time.
0 commit comments