From 42b31a5885e6fcdab3158f82ac6e131e0e9a7a52 Mon Sep 17 00:00:00 2001 From: Roshan Maind Date: Tue, 21 Jul 2026 19:46:31 +0530 Subject: [PATCH] ci(root): remove continue-on-error from audit dependencies TICKET: VL-7134 --- .github/workflows/npmjs-release.yml | 1 - .github/workflows/publish.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/npmjs-release.yml b/.github/workflows/npmjs-release.yml index 7612c111a9..18c6dd48fe 100644 --- a/.github/workflows/npmjs-release.yml +++ b/.github/workflows/npmjs-release.yml @@ -268,7 +268,6 @@ jobs: - name: Audit Dependencies uses: google/osv-scanner-action/osv-scanner-action@9a498708959aeaef5ef730655706c5a1df1edbc2 # v2.3.8 - continue-on-error: true with: scan-args: |- --config=osv-scanner.toml diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 680e62212d..d89eaef19f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -38,7 +38,6 @@ jobs: - name: Audit Dependencies uses: google/osv-scanner-action/osv-scanner-action@9a498708959aeaef5ef730655706c5a1df1edbc2 # v2.3.8 - continue-on-error: true with: scan-args: |- --config=osv-scanner.toml