Skip to content

Commit 237a258

Browse files
authoredFeb 23, 2023
Merge pull request #1543 from github/alexet/update-2.12.3
Update default CodeQL bundle version to 2.12.3
2 parents 3dde1f3 + 5972e6d commit 237a258

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed
 

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [UNRELEASED]
44

5-
No user facing changes.
5+
- Update default CodeQL bundle version to 2.12.3. [#1543](https://github.com/github/codeql-action/pull/1543)
66

77
## 2.2.4 - 10 Feb 2023
88

‎lib/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-20230207",
3-
"cliVersion": "2.12.2",
4-
"priorBundleVersion": "codeql-bundle-20230120",
5-
"priorCliVersion": "2.12.1"
2+
"bundleVersion": "codeql-bundle-20230217",
3+
"cliVersion": "2.12.3",
4+
"priorBundleVersion": "codeql-bundle-20230207",
5+
"priorCliVersion": "2.12.2"
66
}

‎src/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-20230207",
3-
"cliVersion": "2.12.2",
4-
"priorBundleVersion": "codeql-bundle-20230120",
5-
"priorCliVersion": "2.12.1"
2+
"bundleVersion": "codeql-bundle-20230217",
3+
"cliVersion": "2.12.3",
4+
"priorBundleVersion": "codeql-bundle-20230207",
5+
"priorCliVersion": "2.12.2"
66
}

0 commit comments

Comments
 (0)
Please sign in to comment.