Browse Source

Merge pull request #47920 from dependabot[bot]

* pr/47920:
  Bump spring-io/artifactory-deploy-action from 0.0.2 to 0.0.3

Closes gh-47920
pull/48100/head
Stéphane Nicoll 1 month ago
parent
commit
c3972a9083
  1. 2
      .github/workflows/build-and-deploy-snapshot.yml
  2. 2
      .github/workflows/release.yml

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

@ -28,7 +28,7 @@ jobs: @@ -28,7 +28,7 @@ jobs:
gradle-cache-read-only: false
publish: true
- name: Deploy
uses: spring-io/artifactory-deploy-action@dc1913008c0599f0c4b1fdafb6ff3c502b3565ea # v0.0.2
uses: spring-io/artifactory-deploy-action@e7d40377cd74c3f06554144006ccfd64a548b351 # v0.0.3
with:
build-name: ${{ vars.COMMERCIAL && format('spring-boot-commercial-{0}', github.ref_name) || format('spring-boot-{0}', github.ref_name) }}
folder: 'deployment-repository'

2
.github/workflows/release.yml

@ -27,7 +27,7 @@ jobs: @@ -27,7 +27,7 @@ jobs:
gradle-cache-read-only: false
publish: true
- name: Stage Release
uses: spring-io/artifactory-deploy-action@dc1913008c0599f0c4b1fdafb6ff3c502b3565ea # v0.0.2
uses: spring-io/artifactory-deploy-action@e7d40377cd74c3f06554144006ccfd64a548b351 # v0.0.3
with:
build-name: ${{ vars.COMMERCIAL && format('spring-boot-commercial-{0}', steps.build-and-publish.outputs.version) || format('spring-boot-{0}', steps.build-and-publish.outputs.version) }}
folder: 'deployment-repository'

Loading…
Cancel
Save