|
@@ -30,7 +30,7 @@ jobs:
|
|
java-version: 17.0.6
|
|
java-version: 17.0.6
|
|
|
|
|
|
- name: Initialize CodeQL
|
|
- name: Initialize CodeQL
|
|
- uses: github/codeql-action/init@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
|
|
|
|
|
|
+ uses: github/codeql-action/init@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
|
|
with:
|
|
with:
|
|
languages: java
|
|
languages: java
|
|
# using "latest" helps to keep up with the latest Kotlin support
|
|
# 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
|
|
arguments: assemble -x javadoc --no-build-cache --no-daemon
|
|
|
|
|
|
- name: Perform CodeQL analysis
|
|
- name: Perform CodeQL analysis
|
|
- uses: github/codeql-action/analyze@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
|
|
|
|
|
|
+ uses: github/codeql-action/analyze@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
|
|
|
|
|
|
workflow-notification:
|
|
workflow-notification:
|
|
needs:
|
|
needs:
|