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 }}