File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ jobs:
15
15
PROJECTNAME : ' web-eid/web-eid-authtoken-validation-java'
16
16
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
20
- - uses : actions/setup-java@v3
20
+ - uses : actions/setup-java@v4
21
21
with :
22
22
distribution : zulu
23
23
java-version : 11
24
24
25
25
- name : Cache Maven packages
26
- uses : actions/cache@v3
26
+ uses : actions/cache@v4
27
27
with :
28
28
path : ~/.m2
29
29
key : ${{ runner.os }}-m2-v8-${{ hashFiles('**/pom.xml') }}
50
50
51
51
--form version=master \
52
52
--form description="Github Actions CI build" \
53
- https://scan.coverity.com/builds?project=$PROJECTNAME
53
+ https://scan.coverity.com/builds?project=$PROJECTNAME
Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ jobs:
15
15
runs-on : ubuntu-latest
16
16
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
20
- - uses : actions/setup-java@v3
20
+ - uses : actions/setup-java@v4
21
21
with :
22
22
distribution : zulu
23
23
java-version : 11
24
24
25
25
- name : Cache Maven packages
26
- uses : actions/cache@v3
26
+ uses : actions/cache@v4
27
27
with :
28
28
path : ~/.m2
29
29
key : ${{ runner.os }}-m2-v8-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
14
- - uses : actions/setup-java@v3
14
+ - uses : actions/setup-java@v4
15
15
with :
16
16
distribution : zulu
17
17
java-version : 11
18
18
19
19
- name : Cache Maven packages
20
- uses : actions/cache@v3
20
+ uses : actions/cache@v4
21
21
with :
22
22
path : ~/.m2
23
23
key : ${{ runner.os }}-m2-v8-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change @@ -21,18 +21,18 @@ jobs:
21
21
with :
22
22
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
23
23
- name : Set up JDK 17
24
- uses : actions/setup-java@v3
24
+ uses : actions/setup-java@v4
25
25
with :
26
26
distribution : zulu
27
27
java-version : 17
28
28
- name : Cache SonarCloud packages
29
- uses : actions/cache@v3
29
+ uses : actions/cache@v4
30
30
with :
31
31
path : ~/.sonar/cache
32
32
key : ${{ runner.os }}-sonar
33
33
restore-keys : ${{ runner.os }}-sonar
34
34
- name : Cache Maven packages
35
- uses : actions/cache@v3
35
+ uses : actions/cache@v4
36
36
with :
37
37
path : ~/.m2
38
38
key : ${{ runner.os }}-m2-v11-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments