|
@@ -30,7 +30,7 @@ jobs:
|
|
|
java-version: 17.0.6
|
|
|
|
|
|
- name: Initialize CodeQL
|
|
|
- uses: github/codeql-action/init@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
|
|
|
+ uses: github/codeql-action/init@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
|
|
|
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@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
|
|
|
+ uses: github/codeql-action/analyze@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
|
|
|
|
|
|
workflow-notification:
|
|
|
needs:
|