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

Skip to content

Commit 1eac492

Browse files
committed
Update default CodeQL version to 2.10.0
1 parent 7c4d0e0 commit 1eac492

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## [UNRELEASED]
44

55
- The combination of python2 and poetry is no longer supported. See https://github.com/actions/setup-python/issues/374 for more details. [#1124](https://github.com/github/codeql-action/pull/1124)
6+
- Update default CodeQL bundle version to 2.10.0. [#1123](https://github.com/github/codeql-action/pull/1123)
67

78
## 2.1.14 - 22 Jun 2022
89

lib/defaults.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"bundleVersion": "codeql-bundle-20220615"
2+
"bundleVersion": "codeql-bundle-20220623"
33
}

src/defaults.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"bundleVersion": "codeql-bundle-20220615"
2+
"bundleVersion": "codeql-bundle-20220623"
33
}

0 commit comments

Comments
 (0)