File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : " Code Scanning - Action"
22
33on :
4- push :
5- pull_request :
4+ push : [master, 1.1.0_master, 1.1.0_dev]
5+ pull_request : [master, 1.1.0_master, 1.1.0_dev]
66 schedule :
77 # ┌───────────── minute (0 - 59)
88 # │ ┌───────────── hour (0 - 23)
Original file line number Diff line number Diff line change 8080 <dependency >
8181 <groupId >commons-io</groupId >
8282 <artifactId >commons-io</artifactId >
83- <version >2.10 .0</version >
83+ <version >2.11 .0</version >
8484 </dependency >
8585 <dependency >
8686 <groupId >net.jodah</groupId >
8787 <artifactId >failsafe</artifactId >
88- <version >2.4.0 </version >
88+ <version >2.4.2 </version >
8989 </dependency >
9090 <dependency >
9191 <groupId >org.junit.jupiter</groupId >
168168 <dependency >
169169 <groupId >org.apache.maven.scm</groupId >
170170 <artifactId >maven-scm-provider-gitexe</artifactId >
171- <version >1.11.2 </version >
171+ <version >1.11.3 </version >
172172 </dependency >
173173 <dependency >
174174 <groupId >codes.dylanlacey</groupId >
180180 <plugin >
181181 <groupId >org.apache.maven.plugins</groupId >
182182 <artifactId >maven-scm-plugin</artifactId >
183- <version >1.11.2 </version >
183+ <version >1.11.3 </version >
184184 </plugin >
185185 <plugin >
186186 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments