From 6e87bef28523df3aa64d90fa7339a1986a26a9c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 12:46:55 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4.6.2 to 7.0.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/ea165f8d65b6e75b540449e92b4886f43607fa02...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/daily_build.yml | 4 ++-- .github/workflows/pull_request.yml | 4 ++-- .github/workflows/scan_on_demand.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb50edd..e9fc045 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: uses: ./.github/actions/analysis/checksec - name: Upload all reports - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: always() with: name: DVLED-SW-TK-CI-${{ github.run_id }} diff --git a/.github/workflows/daily_build.yml b/.github/workflows/daily_build.yml index 4d2994d..d5b5204 100644 --- a/.github/workflows/daily_build.yml +++ b/.github/workflows/daily_build.yml @@ -1,4 +1,4 @@ -# +# # BSD 3-Clause License # Copyright (C) 2026 Intel Corporation # SPDX-License-Identifier: BSD-3-Clause @@ -75,7 +75,7 @@ jobs: uses: ./.github/actions/analysis/trivy - name: Upload daily build reports - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: always() with: name: DVLED-SW-TK-DailyBuild-${{ github.run_id }} diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 42618b7..3fc0392 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -1,4 +1,4 @@ -# +# # BSD 3-Clause License # Copyright (C) 2026 Intel Corporation # SPDX-License-Identifier: BSD-3-Clause @@ -79,7 +79,7 @@ jobs: uses: ./.github/actions/analysis/checksec - name: Upload PR reports - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: always() with: name: DVLED-SW-TK-PR-${{ github.run_id }} diff --git a/.github/workflows/scan_on_demand.yml b/.github/workflows/scan_on_demand.yml index 0b9a09c..c8493fb 100644 --- a/.github/workflows/scan_on_demand.yml +++ b/.github/workflows/scan_on_demand.yml @@ -121,7 +121,7 @@ jobs: uses: ./.github/actions/analysis/trivy - name: Upload scan reports - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: always() with: name: DVLED-SW-TK-ScanOnDemand-${{ inputs.branch }}-${{ github.run_id }}