From 1ff2ebeeac5eff6454d422098a9bef598f6c0657 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 21:46:22 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4.1.0 --- .github/workflows/secrets-scan.yml | 2 +- .github/workflows/semgrep.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/secrets-scan.yml b/.github/workflows/secrets-scan.yml index ac746fa2..39daaf64 100644 --- a/.github/workflows/secrets-scan.yml +++ b/.github/workflows/secrets-scan.yml @@ -25,7 +25,7 @@ jobs: echo {{steps.scan.outputs.found-count}} && \ core.setFailed('Secrets found. Please check the uploaded report') - name: Upload scan reports - uses: actions/upload-artifact@v4.0.0 + uses: actions/upload-artifact@v4.1.0 if: failure() with: name: whispers-report diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 9230d0b2..ac043e04 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -51,7 +51,7 @@ jobs: core.setFailed('Semgrep found errors in Dockerfiles or docker-compose files. Please check the uploaded report'); - name: Upload scan reports - uses: actions/upload-artifact@v4.0.0 + uses: actions/upload-artifact@v4.1.0 if: failure() with: name: semgrep-docker-report @@ -101,7 +101,7 @@ jobs: core.setFailed('Semgrep found errors in Python files. Please check the uploaded report'); - name: Upload scan reports - uses: actions/upload-artifact@v4.0.0 + uses: actions/upload-artifact@v4.1.0 if: failure() with: name: semgrep-python-report