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