From 34a1681e50b69fc91edc2dd3ef44ecfeaa355de9 Mon Sep 17 00:00:00 2001 From: Edoardo Pirovano Date: Wed, 30 Mar 2022 11:11:17 +0100 Subject: [PATCH] Fix location of changelog entry --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef29d5246..3fe955fe8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - [v2+ only] The CodeQL Action now runs on Node.js v16. [#1000](https://github.com/github/codeql-action/pull/1000) - Update default CodeQL bundle version to 2.8.4. [#990](https://github.com/github/codeql-action/pull/990) +- Fix a bug where an invalid `commit_oid` was being sent to code scanning when a custom checkout path was being used. [#956](https://github.com/github/codeql-action/pull/956) ## 1.1.5 - 15 Mar 2022 @@ -21,7 +22,6 @@ ## 1.1.3 - 23 Feb 2022 - Fix a bug where the CLR traces can continue tracing even after tracing should be stopped. [#938](https://github.com/github/codeql-action/pull/938) -- Fix a bug where an invalid `commit_oid` was being sent to code scanning when a custom checkout path was being used. [#956](https://github.com/github/codeql-action/pull/956) ## 1.1.2 - 17 Feb 2022