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 f165c3fa786 fix(ci): grant security-events write to GHA validator 
workflow (#40539)
f165c3fa786 is described below

commit f165c3fa7869c97c02481484accad8228954a7ca
Author: Evan Rusackas <[email protected]>
AuthorDate: Fri May 29 21:46:54 2026 -0700

    fix(ci): grant security-events write to GHA validator workflow (#40539)
    
    Co-authored-by: Claude Code <[email protected]>
---
 .github/workflows/github-action-validator.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/github-action-validator.yml 
b/.github/workflows/github-action-validator.yml
index 712911f8c6a..32718ba6936 100644
--- a/.github/workflows/github-action-validator.yml
+++ b/.github/workflows/github-action-validator.yml
@@ -16,6 +16,11 @@ jobs:
 
   validate-all-ghas:
     runs-on: ubuntu-24.04
+    permissions:
+      contents: read
+      # Required for the zizmor action to upload its SARIF results to
+      # GitHub code scanning (advanced-security is enabled by default).
+      security-events: write
     steps:
       - name: Checkout Repository
         uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 
v6.0.2

Reply via email to