Update default CodeQL version to 2.10.3

This commit is contained in:
Henry Mercer 2022-08-12 10:43:51 +01:00
parent c12cfbc92f
commit 1e8043f69c
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"
}