File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 29
29
cache : maven
30
30
31
31
- name : Initialize CodeQL
32
- uses : github/codeql-action/init@76bf77db0b4f84ce3351e7dccabb79e3e2aa8ad3
32
+ uses : github/codeql-action/init@37264dc0b346df153adcc14ea7f2533da70c9533
33
33
with :
34
34
languages : java
35
35
55
55
verbose : true # optional (default = false)
56
56
57
57
- name : Perform CodeQL Analysis
58
- uses : github/codeql-action/analyze@76bf77db0b4f84ce3351e7dccabb79e3e2aa8ad3
58
+ uses : github/codeql-action/analyze@37264dc0b346df153adcc14ea7f2533da70c9533
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@76bf77db0b4f84ce3351e7dccabb79e3e2aa8ad3
36
+ uses : github/codeql-action/init@37264dc0b346df153adcc14ea7f2533da70c9533
37
37
with :
38
38
languages : java
39
39
40
40
- name : Autobuild
41
- uses : github/codeql-action/autobuild@76bf77db0b4f84ce3351e7dccabb79e3e2aa8ad3
41
+ uses : github/codeql-action/autobuild@37264dc0b346df153adcc14ea7f2533da70c9533
42
42
43
43
- name : Perform CodeQL Analysis
44
- uses : github/codeql-action/analyze@76bf77db0b4f84ce3351e7dccabb79e3e2aa8ad3
44
+ uses : github/codeql-action/analyze@37264dc0b346df153adcc14ea7f2533da70c9533
You can’t perform that action at this time.
0 commit comments