File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 38
38
runs-on : ubuntu-22.04
39
39
steps :
40
40
- name : Deliver application to production
41
- uses : peter-evans/repository-dispatch@v2.1.2
41
+ uses : peter-evans/repository-dispatch@v3.0.0
42
42
with :
43
43
token : ${{ secrets.DISPATCH_TOKEN }}
44
44
repository : ${{ env.OWNER }}/${{ env.DEPLOY_REPO }}
Original file line number Diff line number Diff line change 18
18
security-events : write
19
19
steps :
20
20
- name : Checkout source code
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4.1.7
22
22
- name : Set up JDK
23
- uses : actions/setup-java@v3
23
+ uses : actions/setup-java@v4.2.2
24
24
with :
25
25
distribution : temurin
26
26
java-version : 17
56
56
security-events : write
57
57
steps :
58
58
- name : Checkout source code
59
- uses : actions/checkout@v3
59
+ uses : actions/checkout@v4.1.7
60
60
- name : Set up JDK
61
- uses : actions/setup-java@v3
61
+ uses : actions/setup-java@v4.2.2
62
62
with :
63
63
distribution : temurin
64
64
java-version : 17
76
76
fail-build : false
77
77
severity-cutoff : high
78
78
- name : Log into container registry
79
- uses : docker/login-action@v2
79
+ uses : docker/login-action@v3.3.0
80
80
with :
81
81
registry : ${{ env.REGISTRY }}
82
82
username : ${{ github.actor }}
93
93
runs-on : ubuntu-22.04
94
94
steps :
95
95
- name : Deliver dev candidate
96
- uses : peter-evans/repository-dispatch@v2.1.2
96
+ uses : peter-evans/repository-dispatch@v3.0.0
97
97
with :
98
98
token : ${{ secrets.DISPATCH_TOKEN }}
99
99
repository : ${{ env.OWNER }}/${{ env.DEPLOY_REPO }}
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' java'
3
- id ' org.springframework.boot' version ' 3.2.2 '
3
+ id ' org.springframework.boot' version ' 3.2.5 '
4
4
id ' io.spring.dependency-management' version ' 1.1.4'
5
5
}
6
6
You can’t perform that action at this time.
0 commit comments