From 05bdeeae585c05cafe04de6b0cd35216efaa0b90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 21:34:43 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7.0.1 --- .github/workflows/scanning.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/scanning.yml b/.github/workflows/scanning.yml index b21e261..b829277 100644 --- a/.github/workflows/scanning.yml +++ b/.github/workflows/scanning.yml @@ -111,7 +111,7 @@ jobs: - name: Upload reports if: success() || failure() # always run even if the previous step fails - uses: actions/upload-artifact@v7.0.0 + uses: actions/upload-artifact@v7.0.1 with: name: openscap-results path: | @@ -211,7 +211,7 @@ jobs: - name: Upload reports if: success() || failure() # always run even if the previous step fails - uses: actions/upload-artifact@v7.0.0 + uses: actions/upload-artifact@v7.0.1 with: name: trufflehog-results path: | @@ -301,7 +301,7 @@ jobs: - name: Upload reports if: success() || failure() # always run even if the previous step fails - uses: actions/upload-artifact@v7.0.0 + uses: actions/upload-artifact@v7.0.1 with: name: ${{ env.OUTPUT_NAME }} path: | @@ -415,7 +415,7 @@ jobs: - name: Upload reports if: success() || failure() # always run even if the previous step fails - uses: actions/upload-artifact@v7.0.0 + uses: actions/upload-artifact@v7.0.1 with: name: trivy-results path: | @@ -509,7 +509,7 @@ jobs: - name: Upload reports if: success() || failure() # always run even if the previous step fails - uses: actions/upload-artifact@v7.0.0 + uses: actions/upload-artifact@v7.0.1 with: name: snyk-results path: | @@ -606,7 +606,7 @@ jobs: - name: Upload reports if: success() || failure() # always run even if the previous step fails - uses: actions/upload-artifact@v7.0.0 + uses: actions/upload-artifact@v7.0.1 with: name: clamd-results path: |