From c5a9f0fe9e89d68de1ec40c8282750c4856fa432 Mon Sep 17 00:00:00 2001 From: Michael Kantor <6068672+kantorcodes@users.noreply.github.com> Date: Mon, 6 Apr 2026 19:49:58 -0400 Subject: [PATCH 1/2] fix: bump source action scanner version Signed-off-by: Michael Kantor <6068672+kantorcodes@users.noreply.github.com> --- action/scanner-version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action/scanner-version.txt b/action/scanner-version.txt index b2e46d18..079d7f69 100644 --- a/action/scanner-version.txt +++ b/action/scanner-version.txt @@ -1 +1 @@ -1.4.8 +1.4.11 From 4adb610019d65993388b8769d8f8195f93826a90 Mon Sep 17 00:00:00 2001 From: Michael Kantor <6068672+kantorcodes@users.noreply.github.com> Date: Tue, 7 Apr 2026 17:25:31 -0400 Subject: [PATCH 2/2] fix: align source install version with action scanner pin Signed-off-by: Michael Kantor <6068672+kantorcodes@users.noreply.github.com> --- src/codex_plugin_scanner/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/codex_plugin_scanner/version.py b/src/codex_plugin_scanner/version.py index d62733a3..9dc1f4f2 100644 --- a/src/codex_plugin_scanner/version.py +++ b/src/codex_plugin_scanner/version.py @@ -1,3 +1,3 @@ """Single source of truth for tool version.""" -__version__ = "1.4.0" +__version__ = "1.4.11"