File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ jobs:
18
18
name : Java ${{ matrix.java }}
19
19
steps :
20
20
- name : Checkout with submodules
21
- uses : actions/checkout@v4.2.0
21
+ uses : actions/checkout@v4.2.2
22
22
with :
23
23
submodules : true
24
24
fetch-depth : 0 # To make git describe give the intended output
25
25
fetch-tags : true
26
26
- name : Setup java
27
- uses : actions/setup-java@v4.4 .0
27
+ uses : actions/setup-java@v4.5 .0
28
28
with :
29
29
java-version : ${{ matrix.java }}
30
30
distribution : temurin
56
56
- name : Release
57
57
if : startsWith(github.ref, 'refs/tags/v') && matrix.java == '11'
58
58
id : create_release
59
- uses : softprops/action-gh-release@v2.0.8
59
+ uses : softprops/action-gh-release@v2.1.0
60
60
with :
61
61
files : |
62
62
ant-javacard.jar
Original file line number Diff line number Diff line change 141
141
<plugin >
142
142
<groupId >com.github.spotbugs</groupId >
143
143
<artifactId >spotbugs-maven-plugin</artifactId >
144
- <version >4.8.6.4 </version >
144
+ <version >4.8.6.6 </version >
145
145
<configuration >
146
146
<excludeFilterFile >spotbugs.xml</excludeFilterFile >
147
147
</configuration >
178
178
<plugin >
179
179
<groupId >org.apache.maven.plugins</groupId >
180
180
<artifactId >maven-surefire-plugin</artifactId >
181
- <version >3.5.0 </version >
181
+ <version >3.5.2 </version >
182
182
</plugin >
183
183
<plugin >
184
184
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments