File tree Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 33
33
uses : actions/checkout@v4
34
34
with :
35
35
repository : eclipse-velocitas/license-check
36
- ref : v1.2.3
36
+ ref : v1.2
37
37
path : .github/actions/license-check
38
38
39
39
- name : Run License Checker
45
45
generate-dash : true
46
46
47
47
- name : Setup Java JDK
48
- uses : actions/setup-java@v1.4.4
48
+ - uses : actions/setup-java@v4
49
49
with :
50
- java-version : 11.0.19
50
+ distribution : ' temurin'
51
+ java-version : ' 11.0.19'
51
52
52
53
- name : Run dash
53
54
shell : bash
57
58
java -jar dash.jar clearlydefined.input -summary DEPENDENCIES
58
59
59
60
- name : Upload dash input/output as artifacts
60
- uses : actions/upload-artifact@v3
61
+ uses : actions/upload-artifact@v4
61
62
if : always()
62
63
with :
63
64
name : " dash-artifacts"
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118
118
pytest -sx .devcontainer/tests/automated_tests
119
119
120
120
- name : Upload logs
121
- uses : actions/upload-artifact@v3
121
+ uses : actions/upload-artifact@v4
122
122
if : always()
123
123
with :
124
124
name : logs_${{ matrix.example }}
Original file line number Diff line number Diff line change 54
54
python3 setup.py sdist
55
55
56
56
- name : Upload artifacts
57
- uses : actions/upload-artifact@v3
57
+ uses : actions/upload-artifact@v4
58
58
with :
59
59
name : release
60
60
path : ./dist
Original file line number Diff line number Diff line change 41
41
| opentelemetry-semantic-conventions| 0.36b0| Apache 2.0|
42
42
| packaging| 23.1| Apache 2.0<br />BSD|
43
43
| paho-mqtt| 1.6.1| OSI Approved|
44
- | pip| 24.0 | MIT|
44
+ | pip| 23.0.1 | MIT|
45
45
| pip-tools| 7.3.0| BSD|
46
46
| platformdirs| 4.2.0| MIT|
47
47
| pluggy| 1.4.0| MIT|
54
54
| pytest-cov| 4.1.0| MIT|
55
55
| pytz| 2024.1| MIT|
56
56
| PyYAML| 6.0.1| MIT|
57
- | setuptools| 58.1.0 | MIT|
57
+ | setuptools| 65.5.1 | MIT|
58
58
| six| 1.16.0| MIT|
59
59
| tomli| 2.0.1| MIT|
60
60
| tox| 4.11.4| MIT|
71
71
| Dependency | Version | License |
72
72
| :-----------| :-------:| --------:|
73
73
| actions/checkout| v4| MIT License|
74
- | actions/setup-java| v1.4.4 | MIT License|
74
+ | actions/setup-java| v4 | MIT License|
75
75
| actions/setup-node| v4| MIT License|
76
76
| actions/setup-python| v5| MIT License|
77
- | actions/upload-artifact| v3 | MIT License|
77
+ | actions/upload-artifact| v4 | MIT License|
78
78
| danielpalme/ReportGenerator-GitHub-Action| 5.2.0| Apache License 2.0|
79
79
| devcontainers/ci| v0.3| MIT License|
80
80
| github/codeql-action| v2| MIT License|
You can’t perform that action at this time.
0 commit comments