File tree Expand file tree Collapse file tree 4 files changed +14
-6
lines changed
dongtai-common/src/main/java/io/dongtai/iast/common/constants Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,13 @@ name: Build Agent and Upload To OSS
55
66on :
77 push :
8- branches : [ beta ]
8+ branches :
9+ - main
10+ - beta
911 pull_request :
10- branches : [ beta ]
12+ branches :
13+ - main
14+ - beta
1115 paths-ignore :
1216 - ' .github/**'
1317 - ' changes/**'
Original file line number Diff line number Diff line change @@ -13,7 +13,9 @@ name: "CodeQL"
1313
1414on :
1515 push :
16- branches : [ main ]
16+ branches :
17+ - main
18+ - beta
1719 paths-ignore :
1820 - ' .github/**'
1921 - ' changes/**'
2426 - ' LICENSE'
2527 - ' .gitignore'
2628 pull_request :
27- branches : [ main ]
29+ branches :
30+ - main
31+ - beta
2832 paths-ignore :
2933 - ' .github/**'
3034 - ' changes/**'
Original file line number Diff line number Diff line change 11package io .dongtai .iast .common .constants ;
22
33public class AgentConstant {
4- public static final String VERSION_VALUE = "v1.8.2-beta3 " ;
4+ public static final String VERSION_VALUE = "v1.9.0-beta1 " ;
55 public static final String LANGUAGE = "JAVA" ;
66 public static final String THREAD_NAME_PREFIX = "DongTai-IAST-" ;
77 public static final String THREAD_NAME_PREFIX_CORE = "DongTai-IAST-Core-" ;
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55
66 <properties >
7- <revision >1.8.2-beta3 </revision >
7+ <revision >1.9.0-beta1 </revision >
88 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
99 <shade-prefix >io.dongtai.iast.thirdparty</shade-prefix >
1010
You can’t perform that action at this time.
0 commit comments