diff --git a/.github/workflows/secrets-scan.yml b/.github/workflows/secrets-scan.yml index 71a64676..6fd97614 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@v3.1.1 + uses: actions/upload-artifact@v3.2.0 if: failure() with: name: whispers-report diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 9d014ae6..232065e8 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -48,7 +48,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@v3.1.1 + uses: actions/upload-artifact@v3.2.0 if: failure() with: name: semgrep-docker-report @@ -94,7 +94,7 @@ jobs: }); core.setFailed('Semgrep found errors in Python files. Please check the uploaded report'); - name: Upload scan reports - uses: actions/upload-artifact@v3.1.1 + uses: actions/upload-artifact@v3.2.0 if: failure() with: name: semgrep-python-report @@ -140,7 +140,7 @@ jobs: }); core.setFailed('Semgrep found errors in c files. Please check the uploaded report'); - name: Upload scan reports - uses: actions/upload-artifact@v3.1.1 + uses: actions/upload-artifact@v3.2.0 if: failure() with: name: semgrep-c-report @@ -186,7 +186,7 @@ jobs: }); core.setFailed('Semgrep found errors in javascript files. Please check the uploaded report'); - name: Upload scan reports - uses: actions/upload-artifact@v3.1.1 + uses: actions/upload-artifact@v3.2.0 if: failure() with: name: semgrep-javascript-report