File tree 3 files changed +2
-10
lines changed
dubbo-common/src/main/resources/security
3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 79
79
with :
80
80
name : " class-file"
81
81
path : ${{ github.workspace }}/class.zip
82
- - name : " Pack rat file if failure"
83
- if : failure()
84
- run : 7z a ${{ github.workspace }}/rat.zip *rat.txt -r
85
- - name : " Upload rat file if failure"
86
- if : failure()
87
- uses : actions/upload-artifact@v3
88
- with :
89
- name : " rat-file"
90
- path : ${{ github.workspace }}/rat.zip
91
82
- name : " Pack checkstyle file if failure"
92
83
if : failure()
93
84
run : 7z a ${{ github.workspace }}/checkstyle.zip *checkstyle* -r
Original file line number Diff line number Diff line change @@ -124,3 +124,4 @@ java.util.UUID
124
124
java.util.WeakHashMap
125
125
org.apache.dubbo
126
126
com.alibaba.dubbo
127
+ com.alibaba.com.caucho.hessian.io.java8
Original file line number Diff line number Diff line change 272
272
<jacoco .skip>false</jacoco .skip>
273
273
</properties >
274
274
</profile >
275
-
275
+
276
276
<!-- check code style: mvn validate -Pcheckstyle -->
277
277
<profile >
278
278
<id >checkstyle</id >
You can’t perform that action at this time.
0 commit comments