File tree Expand file tree Collapse file tree 8 files changed +15
-15
lines changed Expand file tree Collapse file tree 8 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ runs:
36
36
${{ inputs.java-toolchain == 'true' && '17' || '' }}
37
37
- name : Set Up Gradle With Read/Write Cache
38
38
if : ${{ inputs.cache-read-only == 'false' }}
39
- uses : gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
39
+ uses : gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1
40
40
with :
41
41
cache-read-only : false
42
42
develocity-access-key : ${{ inputs.develocity-access-key }}
43
43
- name : Set Up Gradle
44
- uses : gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
44
+ uses : gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1
45
45
with :
46
46
develocity-access-key : ${{ inputs.develocity-access-key }}
47
47
develocity-token-expiry : 4
Original file line number Diff line number Diff line change 20
20
using : composite
21
21
steps :
22
22
- name : Set Up JFrog CLI
23
- uses : jfrog/setup-jfrog-cli@18e785fb220d332edbf01964f853ff0fcaa22220 # v4.4.2
23
+ uses : jfrog/setup-jfrog-cli@ff5cb544114ffc152db9cea1cd3d5978d5074946 # v4.5.11
24
24
env :
25
25
JF_ENV_SPRING : ${{ inputs.jfrog-cli-config-token }}
26
26
- name : Download Release Artifacts
Original file line number Diff line number Diff line change 22
22
develocity-access-key : ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
23
23
publish : true
24
24
- name : Deploy
25
- uses : spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1
25
+ uses : spring-io/artifactory-deploy-action@dc1913008c0599f0c4b1fdafb6ff3c502b3565ea # v0.0.2
26
26
with :
27
27
uri : ' https://repo.spring.io'
28
28
username : ${{ secrets.ARTIFACTORY_USERNAME }}
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Set up JFrog CLI
14
- uses : jfrog/setup-jfrog-cli@18e785fb220d332edbf01964f853ff0fcaa22220 # v4.4.2
14
+ uses : jfrog/setup-jfrog-cli@ff5cb544114ffc152db9cea1cd3d5978d5074946 # v4.5.11
15
15
env :
16
16
JF_ENV_SPRING : ${{ secrets.JF_ARTIFACTORY_SPRING }}
17
17
- name : Delete Build
Original file line number Diff line number Diff line change 16
16
if : github.repository_owner == 'spring-projects'
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
with :
21
21
ref : docs-build
22
22
fetch-depth : 1
Original file line number Diff line number Diff line change 21
21
develocity-access-key : ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
22
22
publish : true
23
23
- name : Stage Release
24
- uses : spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1
24
+ uses : spring-io/artifactory-deploy-action@dc1913008c0599f0c4b1fdafb6ff3c502b3565ea # v0.0.2
25
25
with :
26
26
uri : ' https://repo.spring.io'
27
27
username : ${{ secrets.ARTIFACTORY_USERNAME }}
42
42
runs-on : ubuntu-latest
43
43
steps :
44
44
- name : Set up JFrog CLI
45
- uses : jfrog/setup-jfrog-cli@105617d23456a69a92485207c4f28ae12297581d # v4.2.1
45
+ uses : jfrog/setup-jfrog-cli@ff5cb544114ffc152db9cea1cd3d5978d5074946 # v4.5.11
46
46
env :
47
47
JF_ENV_SPRING : ${{ secrets.JF_ARTIFACTORY_SPRING }}
48
48
- name : Promote build
55
55
runs-on : ubuntu-latest
56
56
steps :
57
57
- name : Check Out Code
58
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
58
+ uses : actions/checkout@v4
59
59
- name : Create GitHub Release
60
60
uses : ./.github/actions/create-github-release
61
61
with :
Original file line number Diff line number Diff line change 20
20
develocity-access-key : ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
21
21
publish : true
22
22
- name : Stage Release
23
- uses : spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1
23
+ uses : spring-io/artifactory-deploy-action@dc1913008c0599f0c4b1fdafb6ff3c502b3565ea # v0.0.2
24
24
with :
25
25
build-name : ${{ format('spring-graphql-{0}', steps.build-and-publish.outputs.version)}}
26
26
folder : ' deployment-repository'
41
41
runs-on : ubuntu-latest
42
42
steps :
43
43
- name : Check Out Code
44
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
44
+ uses : actions/checkout@v4
45
45
- name : Sync to Maven Central
46
46
uses : ./.github/actions/sync-to-maven-central
47
47
with :
58
58
runs-on : ubuntu-latest
59
59
steps :
60
60
- name : Set up JFrog CLI
61
- uses : jfrog/setup-jfrog-cli@7c95feb32008765e1b4e626b078dfd897c4340ad # v4.1.2
61
+ uses : jfrog/setup-jfrog-cli@ff5cb544114ffc152db9cea1cd3d5978d5074946 # v4.5.11
62
62
env :
63
63
JF_ENV_SPRING : ${{ secrets.JF_ARTIFACTORY_SPRING }}
64
64
- name : Promote build
71
71
runs-on : ubuntu-latest
72
72
steps :
73
73
- name : Check Out Code
74
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
74
+ uses : actions/checkout@v4
75
75
- name : Create GitHub Release
76
76
uses : ./.github/actions/create-github-release
77
77
with :
Original file line number Diff line number Diff line change 18
18
matrix :
19
19
branch : [ '1.3.x', 'main' ]
20
20
steps :
21
- - uses : spring-io/spring-doc-actions/update-antora-spring-ui@5a57bcc6a0da2a1474136cf29571b277850432bc
21
+ - uses : spring-io/spring-doc-actions/update-antora-spring-ui@e28269199d1d27975cf7f65e16d6095c555b3cd0 # v0.0.20
22
22
name : Update
23
23
with :
24
24
docs-branch : ${{ matrix.branch }}
28
28
runs-on : ubuntu-latest
29
29
name : Update on docs-build
30
30
steps :
31
- - uses : spring-io/spring-doc-actions/update-antora-spring-ui@5a57bcc6a0da2a1474136cf29571b277850432bc
31
+ - uses : spring-io/spring-doc-actions/update-antora-spring-ui@e28269199d1d27975cf7f65e16d6095c555b3cd0 # v0.0.20
32
32
name : Update
33
33
with :
34
34
docs-branch : ' docs-build'
You can’t perform that action at this time.
0 commit comments