From 78eb2c9c0078f6d4f542429ba034c4edf3723e07 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Wed, 2 Feb 2022 11:13:24 +0000 Subject: [PATCH] Fix changelog Move a couple of entries for #889 that should have been in the unreleased section but were inadvertently moved into the 1.0.31 release. --- CHANGELOG.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01f49f2f3..f1352bd49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,11 @@ ## [UNRELEASED] -- Add sarif-id as an output for upload-sarif action and analyze action (if uploading) -- Accept ref and hash as inputs to override the ones provided by the runner +- Add `sarif-id` as an output for the `upload-sarif` and `analyze` actions. [#889](https://github.com/github/codeql-action/pull/889) +- Add `ref` and `sha` inputs to the `analyze` action, which override the defaults provided by the GitHub Action context. [#889](https://github.com/github/codeql-action/pull/889) ## 1.0.31 - 31 Jan 2022 -- Add `sarif-id` as an output for the `upload-sarif` and `analyze` actions. [#889](https://github.com/github/codeql-action/pull/889) -- Add `ref` and `sha` inputs to the `analyze` action, which override the defaults provided by the GitHub Action context. [#889](https://github.com/github/codeql-action/pull/889) - Remove `experimental` message when using custom CodeQL packages. [#888](https://github.com/github/codeql-action/pull/888) - Add a better warning message stating that experimental features will be disabled if the workflow has been triggered by a pull request from a fork or the `security-events: write` permission is not present. [#882](https://github.com/github/codeql-action/pull/882)