|
@@ -30,7 +30,7 @@ jobs:
|
|
|
java-version: 17.0.6
|
|
|
|
|
|
- name: Initialize CodeQL
|
|
|
- uses: github/codeql-action/init@8f596b4ae3cb3c588a5c46780b86dd53fef16c52 # v3.25.2
|
|
|
+ uses: github/codeql-action/init@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
|
|
|
with:
|
|
|
languages: java
|
|
|
# using "latest" helps to keep up with the latest Kotlin support
|
|
@@ -45,7 +45,7 @@ jobs:
|
|
|
run: ./gradlew assemble -x javadoc --no-build-cache --no-daemon
|
|
|
|
|
|
- name: Perform CodeQL analysis
|
|
|
- uses: github/codeql-action/analyze@8f596b4ae3cb3c588a5c46780b86dd53fef16c52 # v3.25.2
|
|
|
+ uses: github/codeql-action/analyze@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
|
|
|
|
|
|
workflow-notification:
|
|
|
needs:
|