Skip to content

Commit 78eb2c9

Browse files
authoredFeb 2, 2022
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.
1 parent b2af074 commit 78eb2c9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
 

‎CHANGELOG.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22

33
## [UNRELEASED]
44

5-
- Add sarif-id as an output for upload-sarif action and analyze action (if uploading)
6-
- Accept ref and hash as inputs to override the ones provided by the runner
5+
- Add `sarif-id` as an output for the `upload-sarif` and `analyze` actions. [#889](https://github.com/github/codeql-action/pull/889)
6+
- 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)
77

88
## 1.0.31 - 31 Jan 2022
99

10-
- Add `sarif-id` as an output for the `upload-sarif` and `analyze` actions. [#889](https://github.com/github/codeql-action/pull/889)
11-
- 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)
1210
- Remove `experimental` message when using custom CodeQL packages. [#888](https://github.com/github/codeql-action/pull/888)
1311
- 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)
1412

0 commit comments

Comments
 (0)
Please sign in to comment.