We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 861b86e + 5f97eec commit 626d038Copy full SHA for 626d038
.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@6359487fb3e3de9d8ce7c1c8bbe8ed298a55d061 # v4.5.9
+ uses: jfrog/setup-jfrog-cli@45d604504ed4cf717138383936c447afab73a0be # v4.5.10
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
69
70
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
71
- name: Promote build
0 commit comments