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 ae52a5c commit 25930b5Copy full SHA for 25930b5
.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@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
+ uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
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.12.0"
7
koin = "4.0.2"
8
-quarkus = "3.19.1"
+quarkus = "3.19.2"
9
jakarta = "4.1.0"
10
spring-boot-2x = "2.7.18"
11
spring-boot-3x = "3.4.3"
0 commit comments