Merge pull request #1178 from github/henrymercer/codeql-cli-2.10.3

Update default CodeQL version to 2.10.3
This commit is contained in:
Henry Mercer 2022-08-15 15:29:28 +01:00 committed by GitHub
commit f9bce029b4
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]
- In debug mode, debug artifacts are now uploaded even if a step in the Actions workflow fails. [#1159](https://github.com/github/codeql-action/pull/1159)
- Update default CodeQL bundle version to 2.10.3. [#1178](https://github.com/github/codeql-action/pull/1178)
## 2.1.18 - 03 Aug 2022

View file

@ -1,3 +1,3 @@
{
"bundleVersion": "codeql-bundle-20220728"
"bundleVersion": "codeql-bundle-20220811"
}

View file

@ -1,3 +1,3 @@
{
"bundleVersion": "codeql-bundle-20220728"
"bundleVersion": "codeql-bundle-20220811"
}