Bump default CodeQL version to 2.8.4

This commit is contained in:
Edoardo Pirovano 2022-03-21 15:36:28 -04:00
parent af34c6da92
commit f1060fbba0
No known key found for this signature in database
GPG key ID: 047556B5D93FFE28
3 changed files with 3 additions and 2 deletions

View file

@ -3,6 +3,7 @@
## [UNRELEASED]
- [v2+ only] The CodeQL Action now runs on Node.js v16. [#1000](https://github.com/github/codeql-action/pull/1000)
- Update default CodeQL bundle version to 2.8.4. [#990](https://github.com/github/codeql-action/pull/990)
## 1.1.5 - 15 Mar 2022

View file

@ -1,3 +1,3 @@
{
"bundleVersion": "codeql-bundle-20220311"
"bundleVersion": "codeql-bundle-20220322"
}

View file

@ -1,3 +1,3 @@
{
"bundleVersion": "codeql-bundle-20220311"
"bundleVersion": "codeql-bundle-20220322"
}