diff --git a/doc-resources/template-values.md b/doc-resources/template-values.md index 184f124..e44cad0 100644 --- a/doc-resources/template-values.md +++ b/doc-resources/template-values.md @@ -11,7 +11,7 @@ https://github.com/fortify/github-action v1 # fcli-doc-base-url -https://fortify.github.io/fcli/v2.2.0/ +https://fortify.github.io/fcli/v2.3.0/ # sc-client-doc-base-url https://www.microfocus.com/documentation/fortify-software-security-center/2310/SC_SAST_Help_23.1.0/index.htm \ No newline at end of file diff --git a/setup/dist/index.js b/setup/dist/index.js index 791cce0..f7ec7fe 100644 --- a/setup/dist/index.js +++ b/setup/dist/index.js @@ -18951,7 +18951,7 @@ const core = __importStar(__nccwpck_require__(2186)); */ exports.TOOLS = { "fcli": { - "versionAliases": { "action-default": "2.2.0" }, + "versionAliases": { "action-default": "2.3.0" }, "cmds": { "windows": "fcli.exe", "linux": "fcli", "darwin": "fcli" } }, "sc-client": { diff --git a/setup/src/constants.ts b/setup/src/constants.ts index 3f3593c..929ac60 100644 --- a/setup/src/constants.ts +++ b/setup/src/constants.ts @@ -14,7 +14,7 @@ import * as core from '@actions/core'; */ export const TOOLS: Record>> = { "fcli": { - "versionAliases": {"action-default": "2.2.0"}, + "versionAliases": {"action-default": "2.3.0"}, "cmds": {"windows": "fcli.exe", "linux": "fcli", "darwin": "fcli"} }, "sc-client": {