File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2525 distribution : [temurin]
2626
2727 steps :
28- - uses : actions/checkout@v3
28+ - uses : actions/checkout@v4
2929
3030 - name : Set up JDK
3131 uses : actions/setup-java@v3
Original file line number Diff line number Diff line change 1616 check_code : # Validates the code
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v4
2020
2121 - name : Set up JDK
2222 uses : actions/setup-java@v3
5252 outputs :
5353 upload_url : ${{ steps.create_release.outputs.upload_url }}
5454 steps :
55- - uses : actions/checkout@v3
55+ - uses : actions/checkout@v4
5656
5757 - name : Configure Git
5858 run : |
@@ -111,7 +111,7 @@ jobs:
111111 runs-on : ubuntu-latest
112112 needs : [prepare_release]
113113 steps :
114- - uses : actions/checkout@v3
114+ - uses : actions/checkout@v4
115115
116116 - name : Init Git and pull
117117 run : |
@@ -143,7 +143,7 @@ jobs:
143143 runs-on : ubuntu-latest
144144 needs : [prepare_release]
145145 steps :
146- - uses : actions/checkout@v3
146+ - uses : actions/checkout@v4
147147
148148 - name : Init Git and pull
149149 run : |
@@ -197,7 +197,7 @@ jobs:
197197 runs-on : ubuntu-latest
198198 needs : [publish_central]
199199 steps :
200- - uses : actions/checkout@v3
200+ - uses : actions/checkout@v4
201201
202202 - name : Init Git and pull
203203 run : |
Original file line number Diff line number Diff line change 2626 # Dependabot PRs have no access to secrets (SONAR_TOKEN) -> Ignore them
2727 if : ${{ github.event_name != 'pull_request' || !startsWith(github.head_ref, 'dependabot/') }}
2828 steps :
29- - uses : actions/checkout@v3
29+ - uses : actions/checkout@v4
3030 with :
3131 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
3232
Original file line number Diff line number Diff line change 1010 publish_central : # Publish the code to central
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414
1515 - name : Set up JDK OSSRH
1616 uses : actions/setup-java@v3
Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727
2828 steps :
29- - uses : actions/checkout@v3
29+ - uses : actions/checkout@v4
3030 with :
3131 # Required because otherwise there are always changes detected when executing diff/rev-list
3232 fetch-depth : 0
Original file line number Diff line number Diff line change 327327 <plugin >
328328 <groupId >org.openapitools</groupId >
329329 <artifactId >openapi-generator-maven-plugin</artifactId >
330- <version >6.6 .0</version >
330+ <version >7.0 .0</version >
331331 <executions >
332332 <execution >
333333 <goals >
You can’t perform that action at this time.
0 commit comments