-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump jfrog/setup-jfrog-cli from 4.5.5 to 4.5.6 (#17255)
Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Mihail Mihov <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mihail Mihov <[email protected]>
- Loading branch information
1 parent
7f175f9
commit c952027
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
## | ||
# Copyright (C) 2024 Hedera Hashgraph, LLC | ||
# Copyright (C) 2024-2025 Hedera Hashgraph, LLC | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
|
@@ -575,7 +575,7 @@ jobs: | |
service_account: "[email protected]" | ||
|
||
- name: Setup JFrog CLI | ||
uses: jfrog/setup-jfrog-cli@f0a84f35b0e0bd21838c5fb3e6788072d6540d13 # v4.5.5 | ||
uses: jfrog/setup-jfrog-cli@f748a0599171a192a2668afee8d0497f7c1069df # v4.5.6 | ||
env: | ||
JF_URL: ${{ secrets.jf-url }} | ||
JF_ACCESS_TOKEN: ${{ secrets.jf-access-token }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
## | ||
# Copyright (C) 2024 Hedera Hashgraph, LLC | ||
# Copyright (C) 2024-2025 Hedera Hashgraph, LLC | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
|
@@ -112,7 +112,7 @@ jobs: | |
service_account: "[email protected]" | ||
|
||
- name: Setup JFrog CLI | ||
uses: jfrog/setup-jfrog-cli@f0a84f35b0e0bd21838c5fb3e6788072d6540d13 # v4.5.5 | ||
uses: jfrog/setup-jfrog-cli@f748a0599171a192a2668afee8d0497f7c1069df # v4.5.6 | ||
if: ${{ inputs.dry-run-enabled != true && inputs.registry-name == 'jfrog' && !cancelled() && !failure() }} | ||
env: | ||
JF_URL: ${{ secrets.jf-url }} | ||
|