Commit b8c3aa1 1 parent f845d1c commit b8c3aa1 Copy full SHA for b8c3aa1
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 20
20
cache : maven
21
21
22
22
- name : Initialize CodeQL
23
- uses : github/codeql-action/init@4888104fe999a88fc3f13c6f73e8fe047871ffb6
23
+ uses : github/codeql-action/init@c7abe9ca5f33e2f7fa03694eef40bb97815c7250
24
24
with :
25
25
languages : java
26
26
45
45
verbose : true # optional (default = false)
46
46
47
47
- name : Perform CodeQL Analysis
48
- uses : github/codeql-action/analyze@4888104fe999a88fc3f13c6f73e8fe047871ffb6
48
+ uses : github/codeql-action/analyze@c7abe9ca5f33e2f7fa03694eef40bb97815c7250
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@4888104fe999a88fc3f13c6f73e8fe047871ffb6
36
+ uses : github/codeql-action/init@c7abe9ca5f33e2f7fa03694eef40bb97815c7250
37
37
with :
38
38
languages : java
39
39
40
40
- name : Autobuild
41
- uses : github/codeql-action/autobuild@4888104fe999a88fc3f13c6f73e8fe047871ffb6
41
+ uses : github/codeql-action/autobuild@c7abe9ca5f33e2f7fa03694eef40bb97815c7250
42
42
43
43
- name : Perform CodeQL Analysis
44
- uses : github/codeql-action/analyze@4888104fe999a88fc3f13c6f73e8fe047871ffb6
44
+ uses : github/codeql-action/analyze@c7abe9ca5f33e2f7fa03694eef40bb97815c7250
You can’t perform that action at this time.
0 commit comments