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 d70723e commit 3139778Copy full SHA for 3139778
.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@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
+ uses: github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
60
with:
61
sarif_file: results.sarif
62
gradle/libs.versions.toml
@@ -5,7 +5,7 @@ kotest = "5.9.1"
5
detekt = "1.23.7"
6
junit = "5.11.4"
7
koin = "4.0.2"
8
-quarkus = "3.18.1"
+quarkus = "3.18.3"
9
jakarta = "4.1.0"
10
spring-boot-2x = "2.7.18"
11
spring-boot-3x = "3.4.2"
0 commit comments