Skip to content

Commit

Permalink
Upgrade the default JFrog CLI version to 2.72.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalb4doc committed Nov 29, 2024
1 parent 73cafc9 commit 6148bb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
2 changes: 1 addition & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 6148bb5

Please sign in to comment.