File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4747 publish_results : true
4848
4949 - name : " Upload artifact"
50- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
50+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5151 with :
5252 name : SARIF file
5353 path : results.sarif
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@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
59+ uses : github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
6060 with :
6161 sarif_file : results.sarif
6262
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ kotest = "5.9.1"
55detekt = " 1.23.8"
66junit = " 5.12.1"
77koin = " 4.0.2"
8- quarkus = " 3.19.3 "
8+ quarkus = " 3.21.0 "
99jakarta = " 4.1.0"
1010spring-boot-2x = " 2.7.18"
11- spring-boot-3x = " 3.4.3 "
11+ spring-boot-3x = " 3.4.4 "
1212
1313[libraries ]
1414kotlinx-coroutines-core = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-core" , version.ref = " kotlinx" }
You can’t perform that action at this time.
0 commit comments