This is an automated email from the ASF dual-hosted git repository. derrickaw pushed a commit to branch 20260716_revertZizmorCheck in repository https://gitbox.apache.org/repos/asf/beam.git
commit a95acb41e4c2f53ad9f6da33ec2fbdbec5a72dd1 Author: Derrick Williams <[email protected]> AuthorDate: Thu Jul 16 19:41:32 2026 +0000 remove zizmor --- .github/workflows/beam_PreCommit_GHA.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/beam_PreCommit_GHA.yml b/.github/workflows/beam_PreCommit_GHA.yml index f98f9fb52c7..af5513a2835 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: write + security-events: read statuses: read # This allows a subsequently queued workflow run to interrupt previous runs @@ -78,10 +78,6 @@ 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:
