diff --git a/.github/workflows/secrets-scan.yml b/.github/workflows/secrets-scan.yml index 68c3fbad..cc18fc0d 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.3.5 + uses: actions/upload-artifact@v4.3.6 if: failure() with: name: whispers-report diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index a9bbe37c..15c74f8d 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.3.5 + uses: actions/upload-artifact@v4.3.6 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.3.5 + uses: actions/upload-artifact@v4.3.6 if: failure() with: name: semgrep-python-report