Skip to content

Commit 565f440

Browse files
committed
Use v0.0.1 of the Artifactory Deploy Action
See gh-39851
1 parent 1f01e3b commit 565f440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
4040
run: ./gradlew -PdeploymentRepository=$(pwd)/deployment-repository build publishAllPublicationsToDeploymentRepository
4141
- name: Deploy
42-
uses: spring-io/artifactory-deploy-action@8f794d7e1c1e99a4f6afa3b87a9d1410853c1709
42+
uses: spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1
4343
with:
4444
uri: 'https://repo.spring.io'
4545
username: ${{ secrets.ARTIFACTORY_USERNAME }}

0 commit comments

Comments
 (0)