Commit a5f076b 1 parent 6898514 commit a5f076b Copy full SHA for a5f076b
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@c5f3f016aedaa90345726465387734d1941bdb3a
29
+ uses : github/codeql-action/init@a9648ea7c684e61497d9a56b7b560a9640298dce
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@c5f3f016aedaa90345726465387734d1941bdb3a
54
+ uses : github/codeql-action/analyze@a9648ea7c684e61497d9a56b7b560a9640298dce
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@c5f3f016aedaa90345726465387734d1941bdb3a
36
+ uses : github/codeql-action/init@a9648ea7c684e61497d9a56b7b560a9640298dce
37
37
with :
38
38
languages : java
39
39
40
40
- name : Autobuild
41
- uses : github/codeql-action/autobuild@c5f3f016aedaa90345726465387734d1941bdb3a
41
+ uses : github/codeql-action/autobuild@a9648ea7c684e61497d9a56b7b560a9640298dce
42
42
43
43
- name : Perform CodeQL Analysis
44
- uses : github/codeql-action/analyze@c5f3f016aedaa90345726465387734d1941bdb3a
44
+ uses : github/codeql-action/analyze@a9648ea7c684e61497d9a56b7b560a9640298dce
You can’t perform that action at this time.
0 commit comments