This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 22ad3f2c34e fix(ci): make the Dependency Review check able to fail 
again (#42537)
22ad3f2c34e is described below

commit 22ad3f2c34e4f7136e7c52f3c06fc7ef628de844
Author: Kobi Hikri <[email protected]>
AuthorDate: Tue Jul 28 21:52:12 2026 +0300

    fix(ci): make the Dependency Review check able to fail again (#42537)
---
 .github/workflows/dependency-review.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/dependency-review.yml 
b/.github/workflows/dependency-review.yml
index 6b69a214e9f..23889b41be1 100644
--- a/.github/workflows/dependency-review.yml
+++ b/.github/workflows/dependency-review.yml
@@ -32,7 +32,6 @@ jobs:
           persist-credentials: false
       - name: "Dependency Review"
         uses: 
actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # 
v5.0.0
-        continue-on-error: true
         with:
           fail-on-severity: critical
           # compatible/incompatible licenses addressed here: 
https://www.apache.org/legal/resolved.html

Reply via email to