From 9919db5493601eaa1c5354602f36c39351168b07 Mon Sep 17 00:00:00 2001 From: Jeroen Ketema Date: Wed, 19 Aug 2026 16:33:44 +0200 Subject: [PATCH] Actions: Fix typo in change note --- .../change-notes/2026-07-22-environment-check-sanitizer-mad.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/ql/lib/change-notes/2026-07-22-environment-check-sanitizer-mad.md b/actions/ql/lib/change-notes/2026-07-22-environment-check-sanitizer-mad.md index ef901cdc7603..0af62ba426de 100644 --- a/actions/ql/lib/change-notes/2026-07-22-environment-check-sanitizer-mad.md +++ b/actions/ql/lib/change-notes/2026-07-22-environment-check-sanitizer-mad.md @@ -1,4 +1,4 @@ --- category: minorAnalysis --- -* Added an option to `EnvironmentCheck` to become specified by a MaD model, otherwise it will continue as the default it previously was. Without adding models to `actions/ql/lib/ext/config/deployment_environment.yml` the behavior of every query will be unchanged. When models are added queries using `ControlCheck` may find more results in cases where an enironment is no longer a sufficient sanitizer. \ No newline at end of file +* Added an option to `EnvironmentCheck` to become specified by a MaD model, otherwise it will continue as the default it previously was. Without adding models to `actions/ql/lib/ext/config/deployment_environment.yml` the behavior of every query will be unchanged. When models are added queries using `ControlCheck` may find more results in cases where an environment is no longer a sufficient sanitizer. \ No newline at end of file