From 4a2c121d2d04ab1f3b566ac92722868804a25ffe Mon Sep 17 00:00:00 2001 From: Al Date: Sat, 23 Sep 2023 12:51:55 -0400 Subject: [PATCH] Update default to oscal-cli 1.0.1 release. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8b4ef97..5652fee 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ inputs: default: 'https://repo1.maven.org/maven2/gov/nist/secauto/oscal/tools/oscal-cli/cli-core' oscalCliVersion: description: 'Use a custom version of the oscal-cli' - default: 0.3.3 + default: 1.0.1 required: false outputs: exit_code: