File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ jobs:
10
10
name : Build and analyze
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : s4u/setup-maven-action@v1.10 .0
13
+ - uses : s4u/setup-maven-action@v1.12 .0
14
14
with :
15
15
checkout-fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
16
16
java-version : 21
17
17
java-distribution : ' corretto'
18
18
cache-path-add : ~/.sonar/cache
19
19
cache-prefix : ${{ runner.os }}-sonar
20
- maven-version : 3.9.4
20
+ maven-version : 3.9.6
21
21
- name : maven-settings-xml-action
22
- uses : whelk-io/maven-settings-xml-action@v21
22
+ uses : whelk-io/maven-settings-xml-action@v22
23
23
with :
24
24
repositories : ' [
25
25
{ "id": "spring-milestone", "url": "https://repo.spring.io/milestone/"},
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.ligoj.api</groupId >
6
6
<artifactId >plugin-parent</artifactId >
7
- <version >4.1.4 </version >
7
+ <version >4.1.6 </version >
8
8
<relativePath />
9
9
</parent >
10
10
You can’t perform that action at this time.
0 commit comments