From c3ec289b5ec0b936c7da2bc518d8efc3248c9344 Mon Sep 17 00:00:00 2001 From: openhands Date: Tue, 28 Apr 2026 05:24:31 +0000 Subject: [PATCH] Fix continue-on-error placement in Safety CLI workflow step Move continue-on-error from inside the 'with' block to the step level, where it is correctly recognized as a workflow step property. Co-authored-by: openhands --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1edd63f..a0d99c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,7 +111,7 @@ jobs: with: api-key: ${{ secrets.SAFETY_API_KEY }} scan: true - continue-on-error: true + continue-on-error: true - name: Upload security reports uses: actions/upload-artifact@v7