We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7aca100 + 10577e3 commit f810d66Copy full SHA for f810d66
1 file changed
.github/workflows/codeql.yml
@@ -29,12 +29,12 @@ jobs:
29
with:
30
cache-disabled: true
31
32
- - uses: github/codeql-action/init@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
+ - uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
33
34
languages: java-kotlin
35
build-mode: manual
36
37
- name: Build with Gradle
38
run: ./gradlew clean compileDebugKotlin assembleDebug --no-daemon --no-build-cache --no-configuration-cache
39
40
- - uses: github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
+ - uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
0 commit comments