|
@@ -30,7 +30,7 @@ jobs:
|
|
|
java-version-file: .java-version
|
|
|
|
|
|
- name: Initialize CodeQL
|
|
|
- uses: github/codeql-action/init@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
|
|
|
+ uses: github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
|
|
|
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@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
|
|
|
+ uses: github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
|
|
|
|
|
|
workflow-notification:
|
|
|
needs:
|