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 4949 # Disabling shallow clones is recommended for improving the relevancy of reporting
5050 fetch-depth : 0
5151 - name : SonarQube Scan
52- uses : SonarSource/sonarqube-scan-action@v5.3.1 # Ex: v4.1.0, See the latest version at https://github.com/marketplace/actions/official-sonarqube-scan
52+ uses : SonarSource/sonarqube-scan-action@v6.0.0 # Ex: v4.1.0, See the latest version at https://github.com/marketplace/actions/official-sonarqube-scan
5353 env :
5454 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
5555 with :
Original file line number Diff line number Diff line change 8686 <dependency >
8787 <groupId >commons-io</groupId >
8888 <artifactId >commons-io</artifactId >
89- <version >2.11 .0</version >
89+ <version >2.14 .0</version >
9090 </dependency >
9191 <dependency >
9292 <groupId >commons-codec</groupId >
118118 <dependency >
119119 <groupId >org.bouncycastle</groupId >
120120 <artifactId >bcpkix-jdk18on</artifactId >
121- <version >1.75 </version >
121+ <version >1.78.1 </version >
122122 </dependency >
123123 <dependency >
124124 <groupId >org.bouncycastle</groupId >
You can’t perform that action at this time.
0 commit comments