File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 36
36
server-password : ${{ secrets.CENTRAL_PASSWORD }}
37
37
38
38
- name : Cache local Maven repository
39
- uses : actions/cache@638ed79f9dc94c1de1baef91bcab5edaa19451f4
39
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
40
40
with :
41
41
path : ~/.m2/repository
42
42
key : ${{ runner.os }}-17-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ jobs:
32
32
cache : maven
33
33
34
34
- name : Initialize CodeQL
35
- uses : github/codeql-action/init@0337c4c06e7e00d0d6e64396c13b9dc18dd6d8c5
35
+ uses : github/codeql-action/init@e4b85ab654a244f420e4d9a9ca6305cf2d3fdc90
36
36
with :
37
37
languages : java
38
38
39
39
- name : Cache local Maven repository
40
- uses : actions/cache@638ed79f9dc94c1de1baef91bcab5edaa19451f4
40
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
41
41
with :
42
42
path : ~/.m2/repository
43
43
key : ${{ runner.os }}${{ matrix.build.java }}-maven-${{ hashFiles('**/pom.xml') }}
58
58
verbose : true # optional (default = false)
59
59
60
60
- name : Perform CodeQL Analysis
61
- uses : github/codeql-action/analyze@0337c4c06e7e00d0d6e64396c13b9dc18dd6d8c5
61
+ uses : github/codeql-action/analyze@e4b85ab654a244f420e4d9a9ca6305cf2d3fdc90
Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ jobs:
33
33
34
34
# Initializes the CodeQL tools for scanning.
35
35
- name : Initialize CodeQL
36
- uses : github/codeql-action/init@0337c4c06e7e00d0d6e64396c13b9dc18dd6d8c5
36
+ uses : github/codeql-action/init@e4b85ab654a244f420e4d9a9ca6305cf2d3fdc90
37
37
with :
38
38
languages : java
39
39
40
40
- name : Autobuild
41
- uses : github/codeql-action/autobuild@0337c4c06e7e00d0d6e64396c13b9dc18dd6d8c5
41
+ uses : github/codeql-action/autobuild@e4b85ab654a244f420e4d9a9ca6305cf2d3fdc90
42
42
43
43
- name : Perform CodeQL Analysis
44
- uses : github/codeql-action/analyze@0337c4c06e7e00d0d6e64396c13b9dc18dd6d8c5
44
+ uses : github/codeql-action/analyze@e4b85ab654a244f420e4d9a9ca6305cf2d3fdc90
Original file line number Diff line number Diff line change 89
89
<dependency >
90
90
<groupId >org.assertj</groupId >
91
91
<artifactId >assertj-core</artifactId >
92
- <version >3.27.5 </version >
92
+ <version >3.27.6 </version >
93
93
<scope >test</scope >
94
94
</dependency >
95
95
235
235
<dependency >
236
236
<groupId >io.cucumber</groupId >
237
237
<artifactId >cucumber-bom</artifactId >
238
- <version >7.28.2 </version >
238
+ <version >7.29.0 </version >
239
239
<type >pom</type >
240
240
<scope >import</scope >
241
241
</dependency >
518
518
<plugin >
519
519
<groupId >com.diffplug.spotless</groupId >
520
520
<artifactId >spotless-maven-plugin</artifactId >
521
- <version >2.46.1 </version >
521
+ <version >3.0.0 </version >
522
522
<configuration >
523
523
<!-- optional: limit format enforcement to just the files changed by this feature branch -->
524
524
<!-- <ratchetFrom>origin/main</ratchetFrom>-->
581
581
<plugin >
582
582
<groupId >org.apache.maven.plugins</groupId >
583
583
<artifactId >maven-javadoc-plugin</artifactId >
584
- <version >3.11.3 </version >
584
+ <version >3.12.0 </version >
585
585
<configuration >
586
586
<failOnWarnings >true</failOnWarnings >
587
587
<doclint >all,-missing
You can’t perform that action at this time.
0 commit comments