File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525
2626 - name : SonarQube Scan
2727 if : ${{ github.actor != 'dependabot[bot]' }}
28- uses : SonarSource/sonarqube-scan-action@v5.2 .0
28+ uses : SonarSource/sonarqube-scan-action@v6.0 .0
2929 env :
3030 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
3131 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 9090 <plugin >
9191 <groupId >org.apache.maven.plugins</groupId >
9292 <artifactId >maven-enforcer-plugin</artifactId >
93- <version >3.0.0-M2 </version >
93+ <version >3.6.2 </version >
9494 <executions >
9595 <execution >
9696 <id >enforce-versions</id >
159159 <plugin >
160160 <groupId >org.apache.maven.plugins</groupId >
161161 <artifactId >maven-gpg-plugin</artifactId >
162- <version >1.5 </version >
162+ <version >3.2.8 </version >
163163 <executions >
164164 <execution >
165165 <id >sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments