We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a81fac commit 63d81aeCopy full SHA for 63d81ae
.github/workflows/scorecard.yml
@@ -56,7 +56,7 @@ jobs:
56
# Upload the results to GitHub's code scanning dashboard (optional).
57
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
58
- name: "Upload to code-scanning"
59
- uses: github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
+ uses: github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
60
with:
61
sarif_file: results.sarif
62
gradle/libs.versions.toml
@@ -5,7 +5,7 @@ kotest = "5.9.1"
5
detekt = "1.23.8"
6
junit = "5.13.1"
7
koin = "4.1.0"
8
-quarkus = "3.23.2"
+quarkus = "3.23.3"
9
jakarta = "4.1.0"
10
spring-boot-2x = "2.7.18"
11
spring-boot-3x = "3.5.0"
0 commit comments