Commit 740b2e8 1 parent 8cecae9 commit 740b2e8 Copy full SHA for 740b2e8
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 34
34
fetch-depth : 0
35
35
36
36
- name : Setup Java
37
- uses : actions/setup-java@v3.9.0
37
+ uses : actions/setup-java@v4
38
38
with :
39
39
distribution : " temurin"
40
40
java-version : " 11"
Original file line number Diff line number Diff line change 43
43
uses : actions/checkout@v4
44
44
45
45
- name : Setup Java
46
- uses : actions/setup-java@v3.9.0
46
+ uses : actions/setup-java@v4
47
47
with :
48
48
distribution : " temurin"
49
49
java-version : " ${{ matrix.javaVersion }}"
62
62
63
63
- name : Scan project file system
64
64
id : scan
65
- uses : anchore/scan-action@v2
65
+ uses : anchore/scan-action@v5
66
66
with :
67
67
path : " ./"
68
68
fail-build : true
@@ -108,7 +108,7 @@ jobs:
108
108
109
109
- name : Upload Test Results to Artifacts
110
110
if : always()
111
- uses : actions/upload-artifact@v3.1.1
111
+ uses : actions/upload-artifact@v4
112
112
with :
113
113
name : test-results-${{ matrix.cfengine }}
114
114
path : |
@@ -121,7 +121,7 @@ jobs:
121
121
122
122
- name : Upload Debugging Log To Artifacts
123
123
if : ${{ failure() }}
124
- uses : actions/upload-artifact@v3.1.1
124
+ uses : actions/upload-artifact@v4
125
125
with :
126
126
name : Failure Debugging Info - ${{ matrix.cfengine }}
127
127
path : |
You can’t perform that action at this time.
0 commit comments