From c3c40c3eb6e5910202ad8d375c80dc252d7b4e6a Mon Sep 17 00:00:00 2001 From: Mick Grove Date: Sun, 9 Nov 2025 22:24:12 -0800 Subject: [PATCH] Fixing CI builds for Windows on GitHub Actions --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f41796..044bede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file. - Improved OpsGenie validation. - Automatically enable `--no-dedup` when `--manage-baseline` is supplied so baseline management keeps every finding. - This release is focused on further improving detection accuracy, before even attempting to validate findings. +- Updated GitHub Actions CI for Windows and buildwin.bat script ## [v1.61.0] - Fixed local filesystem scans to keep `open_path_as_is` enabled when opening Git repositories and only disable it for diff-based scans.