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 26
26
cache : maven
27
27
28
28
- name : Initialize CodeQL
29
- uses : github/codeql-action/init@e0e5ded33cabb451ae0a9768fc7b0410bad9ad44
29
+ uses : github/codeql-action/init@e4cc4a2fefdb78070c63fafe3eab2dfcf82620f3
30
30
with :
31
31
languages : java
32
32
50
50
verbose : true # optional (default = false)
51
51
52
52
- name : Perform CodeQL Analysis
53
- uses : github/codeql-action/analyze@e0e5ded33cabb451ae0a9768fc7b0410bad9ad44
53
+ uses : github/codeql-action/analyze@e4cc4a2fefdb78070c63fafe3eab2dfcf82620f3
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@e0e5ded33cabb451ae0a9768fc7b0410bad9ad44
36
+ uses : github/codeql-action/init@e4cc4a2fefdb78070c63fafe3eab2dfcf82620f3
37
37
with :
38
38
languages : java
39
39
40
40
- name : Autobuild
41
- uses : github/codeql-action/autobuild@e0e5ded33cabb451ae0a9768fc7b0410bad9ad44
41
+ uses : github/codeql-action/autobuild@e4cc4a2fefdb78070c63fafe3eab2dfcf82620f3
42
42
43
43
- name : Perform CodeQL Analysis
44
- uses : github/codeql-action/analyze@e0e5ded33cabb451ae0a9768fc7b0410bad9ad44
44
+ uses : github/codeql-action/analyze@e4cc4a2fefdb78070c63fafe3eab2dfcf82620f3
You can’t perform that action at this time.
0 commit comments