From 07b1bc3d8640787cd59fdf9cd7d622c6b8ce0dcf Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Fri, 6 Aug 2021 11:55:53 -0700 Subject: [PATCH] ensure the semgrep step is run even if there is a failure in the step above (semgrep finds issues) --- .github/workflows/semgrep.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 9da1ed2b39..69cae5c801 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -44,4 +44,4 @@ jobs: uses: github/codeql-action/upload-sarif@v1 with: sarif_file: semgrep.sarif - if: always() \ No newline at end of file + if: {{ always() }} \ No newline at end of file