From e4cc4a2fefdb78070c63fafe3eab2dfcf82620f3 Mon Sep 17 00:00:00 2001 From: Angela P Wen Date: Thu, 6 Oct 2022 15:18:52 -0700 Subject: [PATCH] Add changelog note for Go extraction reconciliation (#1286) * Add changelog note for Go extraction reconciliation * Update CHANGELOG.md Co-authored-by: Henry Mercer * Update CHANGELOG.md Co-authored-by: Andrew Eisenberg * Tweaks from PR review Co-authored-by: Henry Mercer Co-authored-by: Andrew Eisenberg --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd7092482..17b3ea2b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## [UNRELEASED] -No user facing changes. +- We are rolling out a feature of the CodeQL Action in October 2022 that changes the way that Go code is analyzed to be more consistent with other compiled languages like C/C++, C#, and Java. You do not need to alter your code scanning workflows. If you encounter any problems, please [file an issue](https://github.com/github/codeql-action/issues) or open a private ticket with GitHub Support and request an escalation to engineering. ## 2.1.26 - 29 Sep 2022