@@ -24,15 +24,15 @@ jobs:
2424 if : ${{ github.event.pull_request.head.repo.full_name == null || github.event.pull_request.head.repo.full_name == github.repository }}
2525 runs-on : ubuntu-latest
2626 steps :
27- - uses : actions/checkout@v6
27+ - uses : actions/checkout@v7
2828 # Disabling shallow clone is recommended for improving relevancy of reporting
2929 with :
3030 fetch-depth : 0
3131 - uses : ./.github/workflows/actions/java-maven-action
3232 with :
3333 gpg-key : ${{ secrets.MVN_GPG_PRIVATE_KEY }}
3434 - name : Cache SonarCloud packages
35- uses : actions/cache@v5
35+ uses : actions/cache@v6
3636 with :
3737 path : ~/.sonar/cache
3838 key : ${{ runner.os }}-sonar
4747 if : ${{ github.event.pull_request.head.repo.full_name != null && github.event.pull_request.head.repo.full_name != github.repository }}
4848 runs-on : ubuntu-latest
4949 steps :
50- - uses : actions/checkout@v6
50+ - uses : actions/checkout@v7
5151 - uses : ./.github/workflows/actions/java-maven-action
5252 - name : Build and analyze
5353 run : mvn ${MAVEN_ARGS} verify -Psip-developer
5656 if : ${{ github.ref != 'refs/heads/develop' }}
5757 runs-on : ubuntu-latest
5858 steps :
59- - uses : actions/checkout@v6
59+ - uses : actions/checkout@v7
6060 with :
6161 fetch-depth : 0
6262 - name : Install jq
6767 check-snapshot-version :
6868 runs-on : ubuntu-latest
6969 steps :
70- - uses : actions/checkout@v6
70+ - uses : actions/checkout@v7
7171 - uses : ./.github/workflows/actions/java-maven-action
7272 with :
7373 gpg-key : ${{ secrets.MVN_GPG_PRIVATE_KEY }}
7777 check-formatting :
7878 runs-on : ubuntu-latest
7979 steps :
80- - uses : actions/checkout@v6
80+ - uses : actions/checkout@v7
8181 - uses : ./.github/workflows/actions/java-maven-action
8282 with :
8383 gpg-key : ${{ secrets.MVN_GPG_PRIVATE_KEY }}
8787 check-javadocs :
8888 runs-on : ubuntu-latest
8989 steps :
90- - uses : actions/checkout@v6
90+ - uses : actions/checkout@v7
9191 - uses : ./.github/workflows/actions/java-maven-action
9292 with :
9393 gpg-key : ${{ secrets.MVN_GPG_PRIVATE_KEY }}
@@ -108,7 +108,7 @@ jobs:
108108 if : ${{ github.ref == 'refs/heads/develop'}}
109109 runs-on : ubuntu-latest
110110 steps :
111- - uses : actions/checkout@v6
111+ - uses : actions/checkout@v7
112112 with :
113113 fetch-depth : 0
114114 ref : gh-pages
@@ -133,7 +133,7 @@ jobs:
133133 check-spring-boot-version :
134134 runs-on : ubuntu-latest
135135 steps :
136- - uses : actions/checkout@v6
136+ - uses : actions/checkout@v7
137137 - uses : ./.github/workflows/actions/java-maven-action
138138 with :
139139 gpg-key : ${{ secrets.MVN_GPG_PRIVATE_KEY }}
@@ -143,7 +143,7 @@ jobs:
143143 check-licenses :
144144 runs-on : ubuntu-latest
145145 steps :
146- - uses : actions/checkout@v6
146+ - uses : actions/checkout@v7
147147 - uses : ./.github/workflows/actions/java-maven-action
148148 with :
149149 gpg-key : ${{ secrets.MVN_GPG_PRIVATE_KEY }}
@@ -157,7 +157,7 @@ jobs:
157157 if : ${{ github.ref == 'refs/heads/develop'}}
158158 runs-on : ubuntu-latest
159159 steps :
160- - uses : actions/checkout@v6
160+ - uses : actions/checkout@v7
161161 with :
162162 fetch-depth : 0
163163 token : ${{ secrets.GH_ADMIN_TOKEN }}
@@ -194,7 +194,7 @@ jobs:
194194 outputs :
195195 release-version : ${{ steps.release-step.outputs.version }}
196196 steps :
197- - uses : actions/checkout@v6
197+ - uses : actions/checkout@v7
198198 with :
199199 fetch-depth : 0
200200 token : ${{ secrets.GH_ADMIN_TOKEN }}
@@ -244,7 +244,7 @@ jobs:
244244 needs : do-maven-release
245245 runs-on : ubuntu-latest
246246 steps :
247- - uses : actions/checkout@v6
247+ - uses : actions/checkout@v7
248248 with :
249249 ref : refs/tags/releases/${{ needs.do-maven-release.outputs.release-version }}
250250 - uses : ncipollo/release-action@v1
@@ -259,15 +259,15 @@ jobs:
259259 needs : do-maven-release
260260 runs-on : ubuntu-latest
261261 steps :
262- - uses : actions/checkout@v6
262+ - uses : actions/checkout@v7
263263 with :
264264 ref : refs/tags/releases/${{ needs.do-maven-release.outputs.release-version }}
265265 - uses : ./.github/workflows/actions/java-maven-action
266266 with :
267267 gpg-key : ${{ secrets.MVN_GPG_PRIVATE_KEY }}
268268 - name : Aggregate javadoc
269269 run : mvn ${MAVEN_ARGS} javadoc:aggregate
270- - uses : actions/checkout@v6
270+ - uses : actions/checkout@v7
271271 with :
272272 fetch-depth : 0
273273 ref : gh-pages
0 commit comments