File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727
2828 - name : SonarQube Scan
2929 if : ${{ github.actor != 'dependabot[bot]' }}
30- uses : SonarSource/sonarqube-scan-action@v5.2 .0
30+ uses : SonarSource/sonarqube-scan-action@v6.0 .0
3131 env :
3232 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
3333 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 7979 <dependency >
8080 <groupId >org.jacoco</groupId >
8181 <artifactId >jacoco-maven-plugin</artifactId >
82- <version >0.8.10 </version >
82+ <version >0.8.14 </version >
8383 <scope >test</scope >
8484 </dependency >
8585 <dependency >
131131 <plugin >
132132 <groupId >org.codehaus.mojo</groupId >
133133 <artifactId >versions-maven-plugin</artifactId >
134- <version >2.5 </version >
134+ <version >2.20.1 </version >
135135 <configuration >
136136 <rulesUri >file://${project.basedir} /version-rules.xml</rulesUri >
137137 </configuration >
138138 </plugin >
139139 <plugin >
140140 <groupId >org.jacoco</groupId >
141141 <artifactId >jacoco-maven-plugin</artifactId >
142- <version >0.8.5 </version >
142+ <version >0.8.14 </version >
143143 <executions >
144144 <execution >
145145 <goals >
230230 <plugin >
231231 <groupId >org.apache.maven.plugins</groupId >
232232 <artifactId >maven-gpg-plugin</artifactId >
233- <version >1.5 </version >
233+ <version >3.2.8 </version >
234234 <executions >
235235 <execution >
236236 <id >sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments