Update default CodeQL bundle version to 2.11.4

This commit is contained in:
Alexander Eyers-Taylor 2022-11-23 18:56:23 +00:00
parent c719ec0b33
commit d52e657b2e
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"
}