From a6d606becc2a03638a5fe894d2a4a096d2fc5093 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Tue, 8 Feb 2022 16:17:17 +0000 Subject: [PATCH] Update changelog and README with build tracing compatibility info --- CHANGELOG.md | 1 + README.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13f46f9fe2..720aed38cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## [UNRELEASED] - The CodeQL Action now uses Node.js v16. [#909](https://github.com/github/codeql-action/pull/909) +- Beware that the CodeQL build tracer in this release (and in all earlier releases) is incompatible with Windows 11 and Windows Server 2022. This incompatibility affects database extraction for compiled languages: cpp, csharp, go, and java. As a result, analyzing these languages with the `windows-latest` or `windows-2022` Actions virtual environments is currently unsupported. If you use any of these languages, please use the `windows-2019` Actions virtual environment or otherwise avoid these specific Windows versions until a new release fixes this incompatibility. ## 1.0.32 - 07 Feb 2022 diff --git a/README.md b/README.md index 7383fb47f8..6f0d86b247 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,8 @@ on: jobs: CodeQL-Build: - # CodeQL runs on ubuntu-latest, windows-latest, and macos-latest + # If you're only analyzing JavaScript or Python, CodeQL runs on ubuntu-latest, windows-latest, and macos-latest. + # If you're analyzing C/C++, C#, Go, or Java, CodeQL runs on ubuntu-latest, windows-2019, and macos-latest. runs-on: ubuntu-latest permissions: