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