From e175dea3699d176e10d3abf4243f76a0989cd353 Mon Sep 17 00:00:00 2001 From: Andrew Eisenberg Date: Fri, 21 Jan 2022 10:05:52 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb5bb7744..8b2dbc4b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## [UNRELEASED] - 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) +- Add better error message is the workflow does not have security-events write permissions. [#882](https://github.com/github/codeql-action/pull/882) ## 1.0.29 - 21 Jan 2022