We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c703de commit 492cc11Copy full SHA for 492cc11
.github/workflows/codeql-daily.yml
@@ -20,7 +20,7 @@ jobs:
20
java-version: 17
21
22
- name: Initialize CodeQL
23
- uses: github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3
+ uses: github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
24
with:
25
languages: java
26
# using "latest" helps to keep up with the latest Kotlin support
@@ -34,7 +34,7 @@ jobs:
34
run: ./gradlew assemble --no-build-cache
35
36
- name: Perform CodeQL analysis
37
- uses: github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3
+ uses: github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
38
39
workflow-notification:
40
needs:
0 commit comments