Skip to content

Commit

Permalink
Be more specific about where the 2.7.3 constraint comes from
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Mercer committed Oct 27, 2022
1 parent 4ed5abe commit a312004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pr-checks/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ def isCompatibleWithLatestImages(version):
if version in ["cached", "latest", "nightly-latest"]:
return True
date = version.split("-")[1]
# The first version of the CodeQL CLI compatible with the latest runner images is 2.7.3.
# This appears in CodeQL Bundle version codeql-bundle-20211208.
# The first version of the CodeQL CLI compatible with `ubuntu-22.04` and `windows-2022` is
# 2.7.3. This appears in CodeQL Bundle version codeql-bundle-20211208.
return date >= "20211208"


Expand Down

0 comments on commit a312004

Please sign in to comment.