ensure the semgrep step is run even if there is a failure in the step above (semgrep finds issues)

This commit is contained in:
pyth0n1c
2021-08-06 11:55:53 -07:00
parent 83bbb794d7
commit 07b1bc3d86
+1 -1
View File
@@ -44,4 +44,4 @@ jobs:
uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: semgrep.sarif
if: always()
if: {{ always() }}