Merge branch 'main' into aeisenberg/multi-init

This commit is contained in:
Andrew Eisenberg 2022-01-21 08:04:13 -08:00 committed by GitHub
commit 5e69ce82f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 29 additions and 11 deletions

View file

@ -4,6 +4,10 @@
- Display a better error message when encountering a workflow that runs the `codeql-action/init` action multiple times. [#876](https://github.com/github/codeql-action/pull/876)
## 1.0.29 - 21 Jan 2022
- The feature to wait for SARIF processing to complete after upload has been disabled by default due to a bug in its interaction with pull requests from forks.
## 1.0.28 - 18 Jan 2022
- Update default CodeQL bundle version to 2.7.5. [#866](https://github.com/github/codeql-action/pull/866)