Commit 77446c9 1 parent 5159947 commit 77446c9 Copy full SHA for 77446c9
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@1515e2bb2096a8d1db5a171cddbb13bfc8eea43b
23
+ uses : github/codeql-action/init@3ab1d29793a7b28e33903fc553786c9ebdb816a3
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@1515e2bb2096a8d1db5a171cddbb13bfc8eea43b
48
+ uses : github/codeql-action/analyze@3ab1d29793a7b28e33903fc553786c9ebdb816a3
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@1515e2bb2096a8d1db5a171cddbb13bfc8eea43b
36
+ uses : github/codeql-action/init@3ab1d29793a7b28e33903fc553786c9ebdb816a3
37
37
with :
38
38
languages : java
39
39
40
40
- name : Autobuild
41
- uses : github/codeql-action/autobuild@1515e2bb2096a8d1db5a171cddbb13bfc8eea43b
41
+ uses : github/codeql-action/autobuild@3ab1d29793a7b28e33903fc553786c9ebdb816a3
42
42
43
43
- name : Perform CodeQL Analysis
44
- uses : github/codeql-action/analyze@1515e2bb2096a8d1db5a171cddbb13bfc8eea43b
44
+ uses : github/codeql-action/analyze@3ab1d29793a7b28e33903fc553786c9ebdb816a3
You can’t perform that action at this time.
0 commit comments