Commit 138309b 1 parent 69a32a5 commit 138309b Copy full SHA for 138309b
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@905ae4af531685eaee37e94f46845bf4c420dc62
23
+ uses : github/codeql-action/init@25d334f18880e33dc44e3b13002eb3ac8dc07a8a
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@905ae4af531685eaee37e94f46845bf4c420dc62
48
+ uses : github/codeql-action/analyze@25d334f18880e33dc44e3b13002eb3ac8dc07a8a
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@905ae4af531685eaee37e94f46845bf4c420dc62
36
+ uses : github/codeql-action/init@25d334f18880e33dc44e3b13002eb3ac8dc07a8a
37
37
with :
38
38
languages : java
39
39
40
40
- name : Autobuild
41
- uses : github/codeql-action/autobuild@905ae4af531685eaee37e94f46845bf4c420dc62
41
+ uses : github/codeql-action/autobuild@25d334f18880e33dc44e3b13002eb3ac8dc07a8a
42
42
43
43
- name : Perform CodeQL Analysis
44
- uses : github/codeql-action/analyze@905ae4af531685eaee37e94f46845bf4c420dc62
44
+ uses : github/codeql-action/analyze@25d334f18880e33dc44e3b13002eb3ac8dc07a8a
You can’t perform that action at this time.
0 commit comments