From 569f78c82dccbb6a00a871f5fbe0f6da56cac056 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Tue, 23 Aug 2022 20:03:03 +0100 Subject: [PATCH] Add changelog note --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cff4683e..6382cfb1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## [UNRELEASED] - Improve error messages when the code scanning configuration file includes an invalid `queries` block or an invalid `query-filters` block. [#1208](https://github.com/github/codeql-action/pull/1208) +- Fix a bug where Go build tracing could fail on Windows. [#1209](https://github.com/github/codeql-action/pull/1209) ## 2.1.20 - 22 Aug 2022