This is an automated email from the ASF dual-hosted git repository.
derrickaw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 1d6b4540ff2 Revert "remove zizmor (#39355)" (#39368)
1d6b4540ff2 is described below
commit 1d6b4540ff2dda00ab19ebb432ab0c633cca30c1
Author: Derrick Williams <[email protected]>
AuthorDate: Fri Jul 17 18:37:43 2026 -0400
Revert "remove zizmor (#39355)" (#39368)
This reverts commit 7aa1eaac120ff9fd48ae414f58068be643846d05.
---
.github/workflows/beam_PreCommit_GHA.yml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/beam_PreCommit_GHA.yml
b/.github/workflows/beam_PreCommit_GHA.yml
index ec8bec0edb7..7ad6b5e6758 100644
--- a/.github/workflows/beam_PreCommit_GHA.yml
+++ b/.github/workflows/beam_PreCommit_GHA.yml
@@ -42,7 +42,7 @@ permissions:
packages: read
pages: read
repository-projects: read
- security-events: read
+ security-events: write
statuses: read
# This allows a subsequently queued workflow run to interrupt previous runs
@@ -80,6 +80,10 @@ jobs:
comment_phrase: ${{ matrix.job_phrase }}
github_token: ${{ secrets.GITHUB_TOKEN }}
github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
+ - name: Run zizmor
+ uses: zizmorcore/zizmor-action@6599ee8b7a49aef6a770f63d261d214911a7ce02
# v0.6.0
+ with:
+ advanced-security: true
- name: Setup environment
uses: ./.github/actions/setup-environment-action
with: