File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 33
33
uses : actions/checkout@v3
34
34
with :
35
35
repository : eclipse-velocitas/license-check
36
- ref : v1.2.2
36
+ ref : v1.2.3
37
37
path : .github/actions/license-check
38
38
39
39
- name : Run License Checker
42
42
config-file-path : ./.licensechecker.yml
43
43
fail-on-violation : false
44
44
notice-file-name : " NOTICE-3RD-PARTY-CONTENT"
45
+ generate-dash : true
46
+
47
+ - name : Setup Java JDK
48
+
49
+ with :
50
+ java-version : 11.0.19
51
+
52
+ - name : Run dash
53
+ shell : bash
54
+ continue-on-error : true
55
+ run : |
56
+ wget -O dash.jar "https://repo.eclipse.org/content/repositories/dash-licenses/org/eclipse/dash/org.eclipse.dash.licenses/1.0.2/org.eclipse.dash.licenses-1.0.2.jar"
57
+ java -jar dash.jar clearlydefined.input -summary DEPENDENCIES
58
+
59
+ - name : Upload dash input/output as artifacts
60
+ uses : actions/upload-artifact@v3
61
+ if : always()
62
+ with :
63
+ name : " dash-artifacts"
64
+ path : |
65
+ clearlydefined.input
66
+ DEPENDENCIES
Original file line number Diff line number Diff line change 96
96
| Dependency | Version | License |
97
97
| :-----------| :-------:| --------:|
98
98
| actions/checkout| v3| MIT License|
99
+ | actions/setup-java| v1.4.4| MIT License|
99
100
| actions/setup-python| v4| MIT License|
100
101
| actions/upload-artifact| v3| MIT License|
101
102
| github/codeql-action| v2| MIT License|
You can’t perform that action at this time.
0 commit comments