Merge pull request #1240 from github/henrymercer/2.10.5-bump

Bump CodeQL version to 2.10.5
This commit is contained in:
Henry Mercer 2022-09-13 14:11:32 +01:00 committed by GitHub
commit 0a38743d1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -3,6 +3,7 @@
## [UNRELEASED]
- Allow CodeQL packs to be downloaded from GitHub Enterprise Server instances, using the new `registries` input for the `init` action. [#1221](https://github.com/github/codeql-action/pull/1221)
- Update default CodeQL bundle version to 2.10.5. [#1240](https://github.com/github/codeql-action/pull/1240)
## 2.1.22 - 01 Sep 2022

View file

@ -1,3 +1,3 @@
{
"bundleVersion": "codeql-bundle-20220825"
"bundleVersion": "codeql-bundle-20220908"
}

View file

@ -1,3 +1,3 @@
{
"bundleVersion": "codeql-bundle-20220825"
"bundleVersion": "codeql-bundle-20220908"
}