Skip to content

Commit 492cc11

Browse files
chore(deps): update github/codeql-action action to v3.28.17
1 parent 3c703de commit 492cc11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-daily.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
java-version: 17
2121

2222
- name: Initialize CodeQL
23-
uses: github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3
23+
uses: github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
2424
with:
2525
languages: java
2626
# using "latest" helps to keep up with the latest Kotlin support
@@ -34,7 +34,7 @@ jobs:
3434
run: ./gradlew assemble --no-build-cache
3535

3636
- name: Perform CodeQL analysis
37-
uses: github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3
37+
uses: github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
3838

3939
workflow-notification:
4040
needs:

0 commit comments

Comments
 (0)