File tree 14 files changed +17
-17
lines changed
14 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
# This file is maintained by velocitas CLI, do not modify manually. Change settings in .velocitas.json
3
- # Copyright (c) 2022-2024 Contributors to the Eclipse Foundation
3
+ # Copyright (c) 2022-2025 Contributors to the Eclipse Foundation
4
4
#
5
5
# This program and the accompanying materials are made available under the
6
6
# terms of the Apache License, Version 2.0 which is available at
Original file line number Diff line number Diff line change 1
1
# This file is maintained by velocitas CLI, do not modify manually. Change settings in .velocitas.json
2
- # Copyright (c) 2022-2024 Contributors to the Eclipse Foundation
2
+ # Copyright (c) 2022-2025 Contributors to the Eclipse Foundation
3
3
#
4
4
# This program and the accompanying materials are made available under the
5
5
# terms of the Apache License, Version 2.0 which is available at
Original file line number Diff line number Diff line change 1
1
# This file is maintained by velocitas CLI, do not modify manually. Change settings in .velocitas.json
2
- # Copyright (c) 2022-2024 Contributors to the Eclipse Foundation
2
+ # Copyright (c) 2022-2025 Contributors to the Eclipse Foundation
3
3
#
4
4
# This program and the accompanying materials are made available under the
5
5
# terms of the Apache License, Version 2.0 which is available at
Original file line number Diff line number Diff line change 1
1
# This file is maintained by velocitas CLI, do not modify manually. Change settings in .velocitas.json
2
- # Copyright (c) 2023-2024 Contributors to the Eclipse Foundation
2
+ # Copyright (c) 2023-2025 Contributors to the Eclipse Foundation
3
3
#
4
4
# This program and the accompanying materials are made available under the
5
5
# terms of the Apache License, Version 2.0 which is available at
Original file line number Diff line number Diff line change 1
1
# This file is maintained by velocitas CLI, do not modify manually. Change settings in .velocitas.json
2
- # Copyright (c) 2022-2024 Contributors to the Eclipse Foundation
2
+ # Copyright (c) 2022-2025 Contributors to the Eclipse Foundation
3
3
#
4
4
# This program and the accompanying materials are made available under the
5
5
# terms of the Apache License, Version 2.0 which is available at
Original file line number Diff line number Diff line change 1
1
# This file is maintained by velocitas CLI, do not modify manually. Change settings in .velocitas.json
2
- # Copyright (c) 2024 Contributors to the Eclipse Foundation
2
+ # Copyright (c) 2024-2025 Contributors to the Eclipse Foundation
3
3
#
4
4
# This program and the accompanying materials are made available under the
5
5
# terms of the Apache License, Version 2.0 which is available at
Original file line number Diff line number Diff line change 1
1
# This file is maintained by velocitas CLI, do not modify manually. Change settings in .velocitas.json
2
- # Copyright (c) 2022-2024 Contributors to the Eclipse Foundation
2
+ # Copyright (c) 2022-2025 Contributors to the Eclipse Foundation
3
3
#
4
4
# This program and the accompanying materials are made available under the
5
5
# terms of the Apache License, Version 2.0 which is available at
Original file line number Diff line number Diff line change 1
1
# This file is maintained by velocitas CLI, do not modify manually. Change settings in .velocitas.json
2
- # Copyright (c) 2023-2024 Contributors to the Eclipse Foundation
2
+ # Copyright (c) 2023-2025 Contributors to the Eclipse Foundation
3
3
#
4
4
# This program and the accompanying materials are made available under the
5
5
# terms of the Apache License, Version 2.0 which is available at
Original file line number Diff line number Diff line change 1
1
# This file is maintained by velocitas CLI, do not modify manually. Change settings in .velocitas.json
2
- # Copyright (c) 2023-2024 Contributors to the Eclipse Foundation
2
+ # Copyright (c) 2023-2025 Contributors to the Eclipse Foundation
3
3
#
4
4
# This program and the accompanying materials are made available under the
5
5
# terms of the Apache License, Version 2.0 which is available at
Original file line number Diff line number Diff line change 1
1
# This file is maintained by velocitas CLI, do not modify manually. Change settings in .velocitas.json
2
- # Copyright (c) 2022-2024 Contributors to the Eclipse Foundation
2
+ # Copyright (c) 2022-2025 Contributors to the Eclipse Foundation
3
3
#
4
4
# This program and the accompanying materials are made available under the
5
5
# terms of the Apache License, Version 2.0 which is available at
95
95
intervalSeconds : 20
96
96
97
97
- name : Download builds from Build multiarch image workflow artifacts
98
- uses : dawidd6/action-download-artifact@v3
98
+ uses : dawidd6/action-download-artifact@v6
99
99
with :
100
100
github_token : ${{secrets.GITHUB_TOKEN}}
101
101
workflow : build-multiarch-image.yml
@@ -152,7 +152,7 @@ jobs:
152
152
intervalSeconds : 30
153
153
154
154
- name : Download artifact from CI workflow
155
- uses : dawidd6/action-download-artifact@v3
155
+ uses : dawidd6/action-download-artifact@v6
156
156
with :
157
157
workflow : ci.yml
158
158
workflow_conclusion : success
Original file line number Diff line number Diff line change 1
1
{
2
2
"packages" : {
3
3
"devenv-runtimes" : " v4.0.6" ,
4
- "devenv-github-workflows" : " v6.1.3 " ,
4
+ "devenv-github-workflows" : " v6.1.4 " ,
5
5
"devenv-github-templates" : " v1.0.5" ,
6
6
"devenv-devcontainer-setup" : " v2.5.3"
7
7
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"packages" : {
3
3
"devenv-runtimes" : " v4.0.6" ,
4
- "devenv-github-workflows" : " v6.1.3 " ,
4
+ "devenv-github-workflows" : " v6.1.4 " ,
5
5
"devenv-github-templates" : " v1.0.5" ,
6
6
"devenv-devcontainer-setup" : " v2.5.3"
7
7
},
Original file line number Diff line number Diff line change 19
19
| gcovr| 5.2| BSD|
20
20
| identify| 2.6.1| MIT|
21
21
| idna| 3.10| BSD|
22
- | jinja2| 3.1.4 | BSD|
22
+ | jinja2| 3.1.5 | BSD|
23
23
| lxml| 5.3.0| New BSD|
24
24
| MarkupSafe| 3.0.1| BSD|
25
25
| node-semver| 0.6.1| MIT|
55
55
| actions/upload-artifact| v4| MIT License|
56
56
| aquasecurity/trivy-action| 0.19.0| Apache License 2.0|
57
57
| ASzc/change-string-case-action| v6| ISC License|
58
- | dawidd6/action-download-artifact| v3 | MIT License|
58
+ | dawidd6/action-download-artifact| v6 | MIT License|
59
59
| de-vri-es/setup-git-credentials| v2| BSD 2-Clause "Simplified" License|
60
60
| devcontainers/ci| v0.3| MIT License|
61
61
| docker/build-push-action| v5| Apache License 2.0|
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ identify==2.6.1
36
36
# via pre-commit
37
37
idna == 3.10
38
38
# via requests
39
- jinja2 == 3.1.4
39
+ jinja2 == 3.1.5
40
40
# via
41
41
# conan
42
42
# gcovr
You can’t perform that action at this time.
0 commit comments