Merge branch 'main' into wait-for-processing-by-default

This commit is contained in:
Chris Gavin 2021-12-13 12:04:22 +00:00 committed by GitHub
commit e0e2abc1a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 37 additions and 26 deletions

View file

@ -2,6 +2,10 @@
## [UNRELEASED]
No user facing changes.
## 1.0.26 - 10 Dec 2021
- Update default CodeQL bundle version to 2.7.3. [#842](https://github.com/github/codeql-action/pull/842)
- The `analyze` and `upload-sarif` actions will now wait up to 2 minutes for processing to complete after they have uploaded the results so they can report any processing errors that occurred. This behavior can be disabled by setting the `wait-for-processing` action input to `"false"`.