From 37aa8b4a9229cf1ce43ca9067b990ee88584220e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 20:51:36 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7.0.1 --- .github/workflows/scanning.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/scanning.yml b/.github/workflows/scanning.yml index b6fc09a..3c5e59c 100644 --- a/.github/workflows/scanning.yml +++ b/.github/workflows/scanning.yml @@ -113,7 +113,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: | @@ -213,7 +213,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: | @@ -303,7 +303,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: | @@ -417,7 +417,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: | @@ -511,7 +511,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: | @@ -608,7 +608,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: | @@ -720,7 +720,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: |