Skip to content

Commit

Permalink
build(deps): bump jfrog/setup-jfrog-cli from 4.4.3 to 4.5.0 (#16916)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Brandt <andrew.brandt@hashgraph.com>
  • Loading branch information
dependabot[bot] and andrewb1269hg authored Dec 11, 2024
1 parent 0665700 commit e88daf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-zxc-build-release-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ jobs:
service_account: "swirlds-automation@hedera-registry.iam.gserviceaccount.com"

- name: Setup JFrog CLI
uses: jfrog/setup-jfrog-cli@e7cc33a01bc1b1df406bac8a1c4a409a34bdca0a # v4.4.3
uses: jfrog/setup-jfrog-cli@040913fd7ac2a2bcb29a7e963ea99e7c309d63e5 # v4.5.0
env:
JF_URL: ${{ secrets.jf-url }}
JF_ACCESS_TOKEN: ${{ secrets.jf-access-token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zxc-publish-production-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
service_account: "swirlds-automation@hedera-registry.iam.gserviceaccount.com"

- name: Setup JFrog CLI
uses: jfrog/setup-jfrog-cli@e7cc33a01bc1b1df406bac8a1c4a409a34bdca0a # v4.4.3
uses: jfrog/setup-jfrog-cli@040913fd7ac2a2bcb29a7e963ea99e7c309d63e5 # v4.5.0
if: ${{ inputs.dry-run-enabled != true && inputs.registry-name == 'jfrog' && !cancelled() && !failure() }}
env:
JF_URL: ${{ secrets.jf-url }}
Expand Down

0 comments on commit e88daf4

Please sign in to comment.