From ba64fee9b18a39f9273c469c9d3b96a08201ca07 Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Fri, 2 Jun 2023 19:39:49 +0100 Subject: [PATCH] Add CHANGELOG entry --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fc7b6894..d2d9e3595 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## [UNRELEASED] -No user facing changes. +- Experimental: add a new `resolve-environment` action which invokes a corresponding, new CLI command that allows CodeQL extractors to try and infer a configuration for the build environment that is required to build a given project. Do not use this in production as it is part of an internal experiment and subject to change at any time. ## 2.20.0 - 13 Jun 2023