Merge pull request #1391 from github/alexet/update-2.11.4-v2

Update default CodeQL bundle version to 2.11.4
This commit is contained in:
Alexander Eyers-Taylor 2022-11-24 14:23:06 +00:00 committed by GitHub
commit c61f4c61f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -2,6 +2,7 @@
## [UNRELEASED]
- Update default CodeQL bundle version to 2.11.4. [#1391](https://github.com/github/codeql-action/pull/1391)
- Fixed a bug where some the `init` action and the `analyze` action would have different sets of experimental feature flags enabled. [#1384](https://github.com/github/codeql-action/pull/1384)
## 2.1.33 - 16 Nov 2022

View file

@ -1,3 +1,3 @@
{
"bundleVersion": "codeql-bundle-20221105"
"bundleVersion": "codeql-bundle-20221123"
}

View file

@ -1,3 +1,3 @@
{
"bundleVersion": "codeql-bundle-20221105"
"bundleVersion": "codeql-bundle-20221123"
}