PR checks: Rename cached to default

This commit is contained in:
Henry Mercer 2023-08-02 17:57:33 +01:00
parent 2192e3432b
commit 49e0fc2ba1
38 changed files with 75 additions and 73 deletions

View file

@ -13,9 +13,11 @@ defaultTestVersions = [
"stable-20221211",
# The last CodeQL release in the 2.12 series: 2.12.7.
"stable-20230418",
# The version of CodeQL currently in the toolcache. Typically either the latest release or the one before.
"cached",
# The latest release of CodeQL.
# The default version of CodeQL for Dotcom, as determined by feature flags.
"default",
# The version of CodeQL shipped with the Action in `defaults.json`. During the release process
# for a new CodeQL release, there will be a period of time during which this will be newer than
# the default version on Dotcom.
"latest",
# A nightly build directly from the our private repo, built in the last 24 hours.
"nightly-latest"