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 4040 persist-credentials : false
4141
4242 - name : " Run analysis"
43- uses : ossf/scorecard-action@v2.4.2
43+ uses : ossf/scorecard-action@v2.4.3
4444 with :
4545 results_file : results.sarif
4646 results_format : 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@v3.30.5
59+ uses : github/codeql-action/upload-sarif@v3.30.6
6060 with :
6161 sarif_file : results.sarif
6262
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ kotlin = "2.2.10"
33kotlinx = " 1.10.2"
44kotest = " 6.0.3"
55detekt = " 1.23.8"
6- junit = " 5.13.4 "
6+ junit = " 5.14.0 "
77koin = " 4.1.1"
8- quarkus = " 3.28.1 "
8+ quarkus = " 3.28.2 "
99jakarta = " 4.1.0"
1010spring-boot-2x = " 2.7.18"
1111spring-boot-3x = " 3.5.6"
You can’t perform that action at this time.
0 commit comments