File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ jobs:
20
20
java-version : 17
21
21
distribution : ' temurin'
22
22
- name : Cache SonarCloud packages
23
- uses : actions/cache@v3
23
+ uses : actions/cache@v4
24
24
with :
25
25
path : ~/.sonar/cache
26
26
key : ${{ runner.os }}-sonar
27
27
restore-keys : ${{ runner.os }}-sonar
28
28
- name : Cache Maven packages
29
- uses : actions/cache@v3
29
+ uses : actions/cache@v4
30
30
with :
31
31
path : ~/.m2
32
32
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
37
37
run : echo "CACHE_NAME=$(date '+%y.%j')" >> $GITHUB_ENV
38
38
39
39
- name : Restore NVD data cache
40
- uses : actions/cache@v3
40
+ uses : actions/cache@v4
41
41
with :
42
42
key : nvd-data-${{ env.CACHE_NAME }}
43
43
restore-keys : nvd-data-
Original file line number Diff line number Diff line change 22
22
23
23
# Use a cache for the local Maven repository
24
24
- name : Cache Maven packages
25
- uses : actions/cache@v3
25
+ uses : actions/cache@v4
26
26
with :
27
27
path : ~/.m2
28
28
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 22
22
23
23
# Use a cache for the local Maven repository
24
24
- name : Cache Maven packages
25
- uses : actions/cache@v3
25
+ uses : actions/cache@v4
26
26
with :
27
27
path : ~/.m2
28
28
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
33
33
run : echo "CACHE_NAME=$(date '+%y.%j')" >> $GITHUB_ENV
34
34
35
35
- name : Restore NVD data cache
36
- uses : actions/cache@v3
36
+ uses : actions/cache@v4
37
37
with :
38
38
key : nvd-data-${{ env.CACHE_NAME }}
39
39
restore-keys : nvd-data-
Original file line number Diff line number Diff line change 47
47
NVD_API_KEY : ${{ secrets.NVD_API_KEY }}
48
48
49
49
- name : Cache NVD data
50
- uses : actions/cache@v3
50
+ uses : actions/cache@v4
51
51
with :
52
52
key : nvd-data-${{ env.CACHE_NAME }}
53
53
path : ./data/cache
You can’t perform that action at this time.
0 commit comments