8000 Add CLI version field and prior release fields to `defaults` file (#1… · github/codeql-action@b4187d6 · GitHub
[go: up one dir, main page]

Skip to content

Commit b4187d6

Browse files
authored
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
1 parent ff3337e commit b4187d6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

lib/defaults.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-20221211"
2+
"bundleVersion": "codeql-bundle-20221211",
3+
"cliVersion": "2.11.6",
4+
"priorBundleVersion": "codeql-bundle-20221202",
5+
"priorCliVersion": "2.11.5"
36
}

src/defaults.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-20221211"
2+
"bundleVersion": "codeql-bundle-20221211",
3+
"cliVersion": "2.11.6",
4+
"priorBundleVersion": "codeql-bundle-20221202",
5+
"priorCliVersion": "2.11.5"
36
}

0 commit comments

Comments
 (0)
0