Skip to content

Commit 98ae164

Browse files
authored
Upgrade CodeQL actions to version 4
1 parent 66dc678 commit 98ae164

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
distribution: 'temurin'
3030

3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@v3
32+
uses: github/codeql-action/init@v4
3333
with:
3434
languages: java-kotlin
3535
build-mode: manual
@@ -38,6 +38,6 @@ jobs:
3838
./gradlew buildPlugin
3939
4040
- name: Perform CodeQL Analysis
41-
uses: github/codeql-action/analyze@main
41+
uses: github/codeql-action/analyze@v4
4242
with:
4343
category: "/language:java-kotlin"

0 commit comments

Comments
 (0)