File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 25
25
distribution : [temurin]
26
26
27
27
steps :
28
- - uses : actions/checkout@v3
28
+ - uses : actions/checkout@v4
29
29
30
30
- name : Set up JDK
31
31
uses : actions/setup-java@v3
Original file line number Diff line number Diff line change 16
16
check_code : # Validates the code
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
21
21
- name : Set up JDK
22
22
uses : actions/setup-java@v3
52
52
outputs :
53
53
upload_url : ${{ steps.create_release.outputs.upload_url }}
54
54
steps :
55
- - uses : actions/checkout@v3
55
+ - uses : actions/checkout@v4
56
56
57
57
- name : Configure Git
58
58
run : |
@@ -111,7 +111,7 @@ jobs:
111
111
runs-on : ubuntu-latest
112
112
needs : [prepare_release]
113
113
steps :
114
- - uses : actions/checkout@v3
114
+ - uses : actions/checkout@v4
115
115
116
116
- name : Init Git and pull
117
117
run : |
@@ -143,7 +143,7 @@ jobs:
143
143
runs-on : ubuntu-latest
144
144
needs : [prepare_release]
145
145
steps :
146
- - uses : actions/checkout@v3
146
+ - uses : actions/checkout@v4
147
147
148
148
- name : Init Git and pull
149
149
run : |
@@ -197,7 +197,7 @@ jobs:
197
197
runs-on : ubuntu-latest
198
198
needs : [publish_central]
199
199
steps :
200
- - uses : actions/checkout@v3
200
+ - uses : actions/checkout@v4
201
201
202
202
- name : Init Git and pull
203
203
run : |
Original file line number Diff line number Diff line change 26
26
# Dependabot PRs have no access to secrets (SONAR_TOKEN) -> Ignore them
27
27
if : ${{ github.event_name != 'pull_request' || !startsWith(github.head_ref, 'dependabot/') }}
28
28
steps :
29
- - uses : actions/checkout@v3
29
+ - uses : actions/checkout@v4
30
30
with :
31
31
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
32
32
Original file line number Diff line number Diff line change 10
10
publish_central : # Publish the code to central
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
15
15
- name : Set up JDK OSSRH
16
16
uses : actions/setup-java@v3
You can’t perform that action at this time.
0 commit comments