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