File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5656 # Upload the results to GitHub's code scanning dashboard (optional).
5757 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
5858 - name : " Upload to code-scanning"
59- uses : github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
59+ uses : github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
6060 with :
6161 sarif_file : results.sarif
6262
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ kotlin = "1.9.22"
33kotlinx = " 1.10.2"
44kotest = " 5.9.1"
55detekt = " 1.23.8"
6- junit = " 5.13.1 "
6+ junit = " 5.13.2 "
77koin = " 4.1.0"
8- quarkus = " 3.24.0 "
8+ quarkus = " 3.24.1 "
99jakarta = " 4.1.0"
1010spring-boot-2x = " 2.7.18"
1111spring-boot-3x = " 3.5.3"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ include(
1515enableFeaturePreview(" TYPESAFE_PROJECT_ACCESSORS" )
1616
1717plugins {
18- id(" dev.aga.gradle.version-catalog-generator" ) version (" 3.2.1 " )
18+ id(" dev.aga.gradle.version-catalog-generator" ) version (" 3.2.2 " )
1919}
2020
2121dependencyResolutionManagement {
You can’t perform that action at this time.
0 commit comments