diff --git a/.github/workflows/run-semgrep.yaml b/.github/workflows/run-semgrep.yaml
index 2dfc015e6..7977a4f8c 100644
--- a/.github/workflows/run-semgrep.yaml
+++ b/.github/workflows/run-semgrep.yaml
@@ -24,9 +24,10 @@ jobs:
           repository: decurity/semgrep-smart-contracts
           path: rules
           
-      - run: semgrep ci --sarif --output=semgrep.sarif --include packages/contracts/src/dollar --suppress-errors false || true
+      - run: semgrep ci --sarif --output=semgrep.sarif --include packages/contracts/src/dollar || true
         env:
           SEMGREP_RULES: rules/solidity/security
+          SEMGREP_SUPPRESS_ERRORS: false
 
       - name: Upload findings to GitHub Advanced Security Dashboard
         uses: github/codeql-action/upload-sarif@v2