File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 29
29
cache : maven
30
30
31
31
- name : Initialize CodeQL
32
- uses : github/codeql-action/init@bd1d9ab4eda903e1b5caa241368836575c6c476b
32
+ uses : github/codeql-action/init@e0ea141027937784e3c10ed1679e503fcc2245bc
33
33
with :
34
34
languages : java
35
35
55
55
verbose : true # optional (default = false)
56
56
57
57
- name : Perform CodeQL Analysis
58
- uses : github/codeql-action/analyze@bd1d9ab4eda903e1b5caa241368836575c6c476b
58
+ uses : github/codeql-action/analyze@e0ea141027937784e3c10ed1679e503fcc2245bc
Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ jobs:
33
33
34
34
# Initializes the CodeQL tools for scanning.
35
35
- name : Initialize CodeQL
36
- uses : github/codeql-action/init@bd1d9ab4eda903e1b5caa241368836575c6c476b
36
+ uses : github/codeql-action/init@e0ea141027937784e3c10ed1679e503fcc2245bc
37
37
with :
38
38
languages : java
39
39
40
40
- name : Autobuild
41
- uses : github/codeql-action/autobuild@bd1d9ab4eda903e1b5caa241368836575c6c476b
41
+ uses : github/codeql-action/autobuild@e0ea141027937784e3c10ed1679e503fcc2245bc
42
42
43
43
- name : Perform CodeQL Analysis
44
- uses : github/codeql-action/analyze@bd1d9ab4eda903e1b5caa241368836575c6c476b
44
+ uses : github/codeql-action/analyze@e0ea141027937784e3c10ed1679e503fcc2245bc
You can’t perform that action at this time.
0 commit comments