Commit 519c32a 1 parent f3e65db commit 519c32a Copy full SHA for 519c32a
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@ed6c4995fcfc90fa1e870bf955dd15e010cf71e8
29
+ uses : github/codeql-action/init@d944b3423d194ae3a11d1d7291ab2f38eb94207a
30
30
with :
31
31
languages : java
32
32
51
51
verbose : true # optional (default = false)
52
52
53
53
- name : Perform CodeQL Analysis
54
- uses : github/codeql-action/analyze@ed6c4995fcfc90fa1e870bf955dd15e010cf71e8
54
+ uses : github/codeql-action/analyze@d944b3423d194ae3a11d1d7291ab2f38eb94207a
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@ed6c4995fcfc90fa1e870bf955dd15e010cf71e8
36
+ uses : github/codeql-action/init@d944b3423d194ae3a11d1d7291ab2f38eb94207a
37
37
with :
38
38
languages : java
39
39
40
40
- name : Autobuild
41
- uses : github/codeql-action/autobuild@ed6c4995fcfc90fa1e870bf955dd15e010cf71e8
41
+ uses : github/codeql-action/autobuild@d944b3423d194ae3a11d1d7291ab2f38eb94207a
42
42
43
43
- name : Perform CodeQL Analysis
44
- uses : github/codeql-action/analyze@ed6c4995fcfc90fa1e870bf955dd15e010cf71e8
44
+ uses : github/codeql-action/analyze@d944b3423d194ae3a11d1d7291ab2f38eb94207a
You can’t perform that action at this time.
0 commit comments