File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ jobs:
30
30
distribution : ' temurin'
31
31
32
32
- name : Initialize CodeQL
33
- uses : github/codeql-action/init@v3
33
+ uses : github/codeql-action/init@v4
34
34
with :
35
35
languages : ' java-kotlin'
36
36
37
37
- name : Build
38
38
run : mvn --batch-mode --update-snapshots verify
39
39
40
40
- name : Perform CodeQL Analysis
41
- uses : github/codeql-action/analyze@v3
41
+ uses : github/codeql-action/analyze@v4
42
42
with :
43
43
category : " /language:java-kotlin"
44
44
@@ -55,12 +55,12 @@ jobs:
55
55
uses : actions/checkout@v5
56
56
57
57
- name : Initialize CodeQL
58
- uses : github/codeql-action/init@v3
58
+ uses : github/codeql-action/init@v4
59
59
with :
60
60
languages : ' actions'
61
61
62
62
- name : Perform CodeQL Analysis
63
- uses : github/codeql-action/analyze@v3
63
+ uses : github/codeql-action/analyze@v4
64
64
with :
65
65
category : " /language:actions"
66
66
...
You can’t perform that action at this time.
0 commit comments