From 6148bb5ff02af8236b48800d15acacbc940aa53b Mon Sep 17 00:00:00 2001 From: eyalbe4 Date: Fri, 29 Nov 2024 08:58:52 +0200 Subject: [PATCH] Upgrade the default JFrog CLI version to 2.72.1 --- action.yml | 2 +- lib/utils.js | 2 +- src/utils.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 1a9a88d9..b9370af0 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ author: "JFrog" inputs: version: description: "JFrog CLI Version" - default: "2.71.4" + default: "2.72.1" required: false download-repository: description: "Remote repository in Artifactory pointing to 'https://releases.jfrog.io/artifactory/jfrog-cli'. Use this parameter in case you don't have an Internet access." diff --git a/lib/utils.js b/lib/utils.js index 3b96ecda..6fd5fcad 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -135,7 +135,7 @@ class Utils { "provider_name": "${oidcProviderName}", "project_key": "${projectKey}", "gh_job_id": "${jobId}", - "gh_run_id": "${runId}", + "gh_run_id": "${runId}" }`; const additionalHeaders = { 'Content-Type': 'application/json', diff --git a/src/utils.ts b/src/utils.ts index b61ba41b..06a861d4 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -162,7 +162,7 @@ export class Utils { "provider_name": "${oidcProviderName}", "project_key": "${projectKey}", "gh_job_id": "${jobId}", - "gh_run_id": "${runId}", + "gh_run_id": "${runId}" }`; const additionalHeaders: OutgoingHttpHeaders = {