From 55967778c645fba67a27280533095051b5882f55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 19:20:14 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4.4.2 --- .github/workflows/secrets-scan.yml | 2 +- .github/workflows/semgrep.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/secrets-scan.yml b/.github/workflows/secrets-scan.yml index 26749be..09e2d7e 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.4.1 + uses: actions/upload-artifact@v4.4.2 if: failure() with: name: whispers-report diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index b7bb721..de00676 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -49,7 +49,7 @@ jobs: }); core.setFailed('Semgrep found errors in Python files. Please check the uploaded report'); - name: Upload scan reports - uses: actions/upload-artifact@v4.4.1 + uses: actions/upload-artifact@v4.4.2 if: failure() with: name: semgrep-python-report @@ -95,7 +95,7 @@ jobs: }); core.setFailed('Semgrep found errors in c files. Please check the uploaded report'); - name: Upload scan reports - uses: actions/upload-artifact@v4.4.1 + uses: actions/upload-artifact@v4.4.2 if: failure() with: name: semgrep-c-report @@ -141,7 +141,7 @@ jobs: }); core.setFailed('Semgrep found errors in bash files. Please check the uploaded report'); - name: Upload scan reports - uses: actions/upload-artifact@v4.4.1 + uses: actions/upload-artifact@v4.4.2 if: failure() with: name: semgrep-bash-report