Skip to content

Commit 1d90bd3

Browse files
Vulnerability fix (eclipse-velocitas#126)
* Bump dawidd6/action-download-artifact from 3 to 6 in /.github/workflows Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 3 to 6. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v3...v6) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update GitHub workflows * Fix jinja vulnerability * Update NOTICE-3RD-PARTY-CONTENT.md --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5b8772c commit 1d90bd3

14 files changed

+17
-17
lines changed

.github/scripts/deploy_image_from_artifact.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# 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
44
#
55
# This program and the accompanying materials are made available under the
66
# terms of the Apache License, Version 2.0 which is available at

.github/workflows/build-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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
33
#
44
# This program and the accompanying materials are made available under the
55
# terms of the Apache License, Version 2.0 which is available at

.github/workflows/build-multiarch-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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
33
#
44
# This program and the accompanying materials are made available under the
55
# terms of the Apache License, Version 2.0 which is available at

.github/workflows/check-devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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
33
#
44
# This program and the accompanying materials are made available under the
55
# terms of the Apache License, Version 2.0 which is available at

.github/workflows/check-licenses.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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
33
#
44
# This program and the accompanying materials are made available under the
55
# terms of the Apache License, Version 2.0 which is available at

.github/workflows/check-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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
33
#
44
# This program and the accompanying materials are made available under the
55
# terms of the Apache License, Version 2.0 which is available at

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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
33
#
44
# This program and the accompanying materials are made available under the
55
# terms of the Apache License, Version 2.0 which is available at

.github/workflows/ensure-lifecycle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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
33
#
44
# This program and the accompanying materials are made available under the
55
# terms of the Apache License, Version 2.0 which is available at

.github/workflows/gen-desired-state.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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
33
#
44
# This program and the accompanying materials are made available under the
55
# terms of the Apache License, Version 2.0 which is available at

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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
33
#
44
# This program and the accompanying materials are made available under the
55
# terms of the Apache License, Version 2.0 which is available at
@@ -95,7 +95,7 @@ jobs:
9595
intervalSeconds: 20
9696

9797
- name: Download builds from Build multiarch image workflow artifacts
98-
uses: dawidd6/action-download-artifact@v3
98+
uses: dawidd6/action-download-artifact@v6
9999
with:
100100
github_token: ${{secrets.GITHUB_TOKEN}}
101101
workflow: build-multiarch-image.yml
@@ -152,7 +152,7 @@ jobs:
152152
intervalSeconds: 30
153153

154154
- name: Download artifact from CI workflow
155-
uses: dawidd6/action-download-artifact@v3
155+
uses: dawidd6/action-download-artifact@v6
156156
with:
157157
workflow: ci.yml
158158
workflow_conclusion: success

0 commit comments

Comments
 (0)