|
@@ -30,7 +30,7 @@ jobs:
|
|
|
java-version: 17.0.6
|
|
|
|
|
|
- name: Initialize CodeQL
|
|
|
- uses: github/codeql-action/init@ece8414c725e29de2e18c0859fda9e7280df9488 # v3.24.2
|
|
|
+ uses: github/codeql-action/init@379614612a29c9e28f31f39a59013eb8012a51f0 # v3.24.3
|
|
|
with:
|
|
|
languages: java
|
|
|
# using "latest" helps to keep up with the latest Kotlin support
|
|
@@ -43,7 +43,7 @@ jobs:
|
|
|
arguments: assemble -x javadoc --no-build-cache --no-daemon
|
|
|
|
|
|
- name: Perform CodeQL analysis
|
|
|
- uses: github/codeql-action/analyze@ece8414c725e29de2e18c0859fda9e7280df9488 # v3.24.2
|
|
|
+ uses: github/codeql-action/analyze@379614612a29c9e28f31f39a59013eb8012a51f0 # v3.24.3
|
|
|
|
|
|
workflow-notification:
|
|
|
needs:
|