We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 626d038 + d14afd2 commit ff31bd3Copy full SHA for ff31bd3
.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@45d604504ed4cf717138383936c447afab73a0be # v4.5.10
+ uses: jfrog/setup-jfrog-cli@ff5cb544114ffc152db9cea1cd3d5978d5074946 # v4.5.11
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