diff --git a/.github/workflows/secrets-scan.yml b/.github/workflows/secrets-scan.yml index e306e32..af7e434 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.3 + uses: actions/upload-artifact@v4.5.0 if: failure() with: name: whispers-report diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 1ae6f67..71eff7f 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.3 + uses: actions/upload-artifact@v4.5.0 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.3 + uses: actions/upload-artifact@v4.5.0 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.3 + uses: actions/upload-artifact@v4.5.0 if: failure() with: name: semgrep-bash-report