Add CLI version field and prior release fields to defaults file (#1463)

* Add CLI version field to `defaults` file

* Add fields for prior CLI version
This commit is contained in:
Angela P Wen 2023-01-06 08:24:28 -08:00 committed by GitHub
parent ff3337ee1b
commit b4187d626b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,6 @@
{
"bundleVersion": "codeql-bundle-20221211"
"bundleVersion": "codeql-bundle-20221211",
"cliVersion": "2.11.6",
"priorBundleVersion": "codeql-bundle-20221202",
"priorCliVersion": "2.11.5"
}

View file

@ -1,3 +1,6 @@
{
"bundleVersion": "codeql-bundle-20221211"
"bundleVersion": "codeql-bundle-20221211",
"cliVersion": "2.11.6",
"priorBundleVersion": "codeql-bundle-20221202",
"priorCliVersion": "2.11.5"
}