From 09fd9b217280f95544eb765a9ebe6cee0e0ca8cc Mon Sep 17 00:00:00 2001 From: PythonWoods Date: Fri, 19 Jun 2026 20:52:55 +0200 Subject: [PATCH] chore: bump pinned core version to 0.13.1 Signed-off-by: PythonWoods --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 24113ed..98b4864 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ inputs: version: description: "Zenzic version to use. Defaults to latest stable." required: false - default: "0.13.0" # x-zenzic-core-pin + default: "0.13.1" # x-zenzic-core-pin format: description: "Output format: 'text', 'json', or 'sarif'." required: false