Merge pull request #990 from github/edoardo/2.8.4-bump

Bump default CodeQL version to 2.8.4
This commit is contained in:
Edoardo Pirovano 2022-03-29 17:34:59 +01:00 committed by GitHub
commit d8576e34bf
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]
- [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"
}