diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 54d7de3b8f..bbc5c9b777 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: - name: Deploy to repo.spring.io if: ${{ matrix.runner.deploy-snapshots }} - uses: spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 + uses: spring-io/artifactory-deploy-action@dc1913008c0599f0c4b1fdafb6ff3c502b3565ea # v0.0.2 with: uri: 'https://repo.spring.io' username: ${{ secrets.ARTIFACTORY_USERNAME }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fc0cfc5809..66c480d4e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: echo "Version is $version" echo "version=$version" >> $GITHUB_OUTPUT - name: Stage Release - uses: spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1 + uses: spring-io/artifactory-deploy-action@dc1913008c0599f0c4b1fdafb6ff3c502b3565ea # v0.0.2 with: build-name: ${{ format('initializr-{0}', steps.read-version.outputs.version)}} folder: 'maven-repo'