Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9c869eb

Browse files
committed
Update default CodeQL bundle version to 2.12.6
1 parent f0a422f commit 9c869eb

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.6. [#1629](https://github.com/github/codeql-action/pull/1629)
66

77
## 2.2.9 - 27 Mar 2023
88

lib/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-20230317",
3-
"cliVersion": "2.12.5",
4-
"priorBundleVersion": "codeql-bundle-20230304",
5-
"priorCliVersion": "2.12.4"
2+
"bundleVersion": "codeql-bundle-20230403",
3+
"cliVersion": "2.12.6",
4+
"priorBundleVersion": "codeql-bundle-20230317",
5+
"priorCliVersion": "2.12.5"
66
}

src/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-20230317",
3-
"cliVersion": "2.12.5",
4-
"priorBundleVersion": "codeql-bundle-20230304",
5-
"priorCliVersion": "2.12.4"
2+
"bundleVersion": "codeql-bundle-20230403",
3+
"cliVersion": "2.12.6",
4+
"priorBundleVersion": "codeql-bundle-20230317",
5+
"priorCliVersion": "2.12.5"
66
}

0 commit comments

Comments
 (0)