We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 389187d + ab0394b commit a2f0499Copy full SHA for a2f0499
.github/actions/sync-to-maven-central/action.yml
@@ -20,7 +20,7 @@ runs:
20
using: composite
21
steps:
22
- name: Set Up JFrog CLI
23
- uses: jfrog/setup-jfrog-cli@f748a0599171a192a2668afee8d0497f7c1069df # v4.5.6
+ uses: jfrog/setup-jfrog-cli@6359487fb3e3de9d8ce7c1c8bbe8ed298a55d061 # v4.5.9
24
env:
25
JF_ENV_SPRING: ${{ inputs.jfrog-cli-config-token }}
26
- name: Download Release Artifacts
.github/workflows/release.yml
@@ -65,7 +65,7 @@ jobs:
65
runs-on: ubuntu-latest
66
67
- name: Set up JFrog CLI
68
- uses: jfrog/setup-jfrog-cli@611876cbed7d009aab97257020a59ddde6e840c0 # v4.5.8
69
70
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
71
- name: Promote build
0 commit comments