|
|
|
|
@ -12,7 +12,7 @@ jobs:
@@ -12,7 +12,7 @@ jobs:
|
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
steps: |
|
|
|
|
- name: Check Out Code |
|
|
|
|
uses: actions/checkout@v4 |
|
|
|
|
uses: actions/checkout@v6 |
|
|
|
|
- name: Build and Publish |
|
|
|
|
id: build-and-publish |
|
|
|
|
uses: ./.github/actions/build |
|
|
|
|
@ -20,7 +20,7 @@ jobs:
@@ -20,7 +20,7 @@ jobs:
|
|
|
|
|
develocity-access-key: ${{ secrets.DEVELOCITY_ACCESS_KEY }} |
|
|
|
|
publish: true |
|
|
|
|
- name: Stage Release |
|
|
|
|
uses: spring-io/artifactory-deploy-action@dc1913008c0599f0c4b1fdafb6ff3c502b3565ea # v0.0.2 |
|
|
|
|
uses: spring-io/artifactory-deploy-action@926d7f7cc810569395346bf3a4d91b380b3e355b # v0.0.4 |
|
|
|
|
with: |
|
|
|
|
artifact-properties: | |
|
|
|
|
/**/framework-api-*.zip::zip.name=spring-framework,zip.deployed=false |
|
|
|
|
@ -56,7 +56,7 @@ jobs:
@@ -56,7 +56,7 @@ jobs:
|
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
steps: |
|
|
|
|
- name: Check Out Code |
|
|
|
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
|
|
|
|
uses: actions/checkout@v6 |
|
|
|
|
- name: Sync to Maven Central |
|
|
|
|
uses: ./.github/actions/sync-to-maven-central |
|
|
|
|
with: |
|
|
|
|
@ -72,7 +72,7 @@ jobs:
@@ -72,7 +72,7 @@ jobs:
|
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
steps: |
|
|
|
|
- name: Set up JFrog CLI |
|
|
|
|
uses: jfrog/setup-jfrog-cli@dff217c085c17666e8849ebdbf29c8fe5e3995e6 # v4.5.2 |
|
|
|
|
uses: jfrog/setup-jfrog-cli@5b06f730cc5a6f55d78b30753f8583454b08c0aa # v4.8.1 |
|
|
|
|
env: |
|
|
|
|
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }} |
|
|
|
|
- name: Promote build |
|
|
|
|
@ -85,7 +85,7 @@ jobs:
@@ -85,7 +85,7 @@ jobs:
|
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
steps: |
|
|
|
|
- name: Check Out Code |
|
|
|
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
|
|
|
|
uses: actions/checkout@v6 |
|
|
|
|
- name: Create GitHub Release |
|
|
|
|
uses: ./.github/actions/create-github-release |
|
|
|
|
with: |
|
|
|
|
|