File tree Expand file tree Collapse file tree
modules/md-service-authen Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,19 +76,17 @@ jobs:
7676 - name : Checkout code
7777 uses : actions/checkout@main
7878 - name : Run Codacy Analysis CLI
79- uses : codacy/codacy-analysis-cli-action@master
79+ uses : codacy/codacy-analysis-cli-action@master
8080 with :
8181 output : results.sarif
8282 format : sarif
8383 gh-code-scanning-compat : true
8484 max-allowed-issues : 2147483647
85- - name : Clean duplicates
86- run : |
87- jq '.runs |= unique_by({tool, invocations, results})' results.sarif > final-results.sarif
8885 - name : Upload SARIF results file
89- uses : github/codeql-action/upload-sarif@main
86+ uses : github/codeql-action/upload-sarif@v3
9087 with :
91- sarif_file : final-results.sarif
88+ sarif_file : results.sarif
89+ category : my-analysis-tool
9290
9391 smoke-test :
9492 name : Smoke Test
Original file line number Diff line number Diff line change 33
44buildscript {
55 ext {
6- springBootVersion = ' 3.3.11 '
6+ springBootVersion = ' 3.3.13 '
77 }
88 repositories {
99 mavenLocal()
@@ -50,7 +50,7 @@ subprojects{
5050 httpclient= ' 4.5.13'
5151 jacksonVersion = ' 2.16.0'
5252 springdocVersion= ' 2.6.0'
53- tomcatVersion= ' 10.1.42 '
53+ tomcatVersion= ' 10.1.43 '
5454 springWebMvcVersion= ' 6.1.16'
5555
5656 ehCacheVersion = ' 3.10.8'
@@ -59,7 +59,7 @@ subprojects{
5959 junitVersion = ' 4.13.2'
6060 jsonSimpleVersion = ' 1.1.1'
6161 commonsCollectionsVersion = ' 3.2.2'
62- commonsLangVersion = ' 3.12 .0'
62+ commonsLangVersion = ' 3.18 .0'
6363 commonsIoVersion = ' 2.17.0'
6464 commonsCodecVersion= ' 1.15'
6565
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies {
3939 compileOnly(" io.jsonwebtoken:jjwt:$jjwtVersion " )
4040 compileOnly(" org.apache.commons:commons-lang3:$commonsLangVersion " )
4141 compileOnly(" org.springdoc:springdoc-openapi-starter-webmvc-api:$springdocVersion " )
42- implementation(" com.nimbusds:nimbus-jose-jwt:9.37.3 " )
42+ implementation(" com.nimbusds:nimbus-jose-jwt:9.37.4 " )
4343}
4444
4545bootJar {
You can’t perform that action at this time.
0 commit comments