File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 75
75
runs-on : ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
76
76
steps :
77
77
- name : Set up JFrog CLI
78
- uses : jfrog/setup-jfrog-cli@ff5cb544114ffc152db9cea1cd3d5978d5074946 # v4.5.11
78
+ uses : jfrog/setup-jfrog-cli@2bc6e55719cd37dfb2f655a1e4f16c3440182a9f # v4.5.13
79
79
env :
80
80
JF_ENV_SPRING : ${{ secrets.JF_ARTIFACTORY_SPRING }}
81
81
- name : Promote build
Original file line number Diff line number Diff line change 86
86
runs-on : ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
87
87
steps :
88
88
- name : Set up JFrog CLI
89
- uses : jfrog/setup-jfrog-cli@ff5cb544114ffc152db9cea1cd3d5978d5074946 # v4.5.11
89
+ uses : jfrog/setup-jfrog-cli@2bc6e55719cd37dfb2f655a1e4f16c3440182a9f # v4.5.13
90
90
env :
91
91
JF_ENV_SPRING : ${{ vars.COMMERCIAL && secrets.COMMERCIAL_JF_ARTIFACTORY_SPRING || secrets.JF_ARTIFACTORY_SPRING }}
92
92
- name : Promote open source build
You can’t perform that action at this time.
0 commit comments