Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Add CLI version field and prior release fields to
defaults
file (#1…
…463) * Add CLI version field to `defaults` file * Add fields for prior CLI version
- v3.22.12
- v3.22.11
- v3
- v2.22.12
- v2.22.11
- v2.22.10
- v2.22.9
- v2.22.8
- v2.22.7
- v2.22.6
- v2.22.5
- v2.22.4
- v2.22.3
- v2.22.2
- v2.22.1
- v2.22.0
- v2.21.9
- v2.21.8
- v2.21.7
- v2.21.6
- v2.21.5
- v2.21.4
- v2.21.3
- v2.21.2
- v2.21.1
- v2.21.0
- v2.20.4
- v2.20.3
- v2.20.2
- v2.20.1
- v2.20.0
- v2.3.6
- v2.3.5
- v2.3.4
- v2.3.3
- v2.3.2
- v2.3.1
- v2.3.0
- v2.2.12
- v2.2.11
- v2.2.10
- v2.2.9
- v2.2.8
- v2.2.7
- v2.2.6
- v2.2.5
- v2.2.4
- v2.2.3
- v2.2.2
- v2.2.1
- v2.2.0
- v2.1.39
- v2.1.38
- v2
- v1.1.39
- v1.1.38
- v1
Angela P Wen
authored and
GitHub
committed
Jan 6, 2023
Unverified
No user is associated with the committer email.
1 parent
ff3337e
commit b4187d6
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
{ | ||
"bundleVersion": "codeql-bundle-20221211" | ||
"bundleVersion": "codeql-bundle-20221211", | ||
"cliVersion": "2.11.6", | ||
"priorBundleVersion": "codeql-bundle-20221202", | ||
"priorCliVersion": "2.11.5" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
{ | ||
"bundleVersion": "codeql-bundle-20221211" | ||
"bundleVersion": "codeql-bundle-20221211", | ||
"cliVersion": "2.11.6", | ||
"priorBundleVersion": "codeql-bundle-20221202", | ||
"priorCliVersion": "2.11.5" | ||
} |