Skip to content

Commit 1d6b454

Browse files
authored
Revert "remove zizmor (#39355)" (#39368)
This reverts commit 7aa1eaa.
1 parent 7eef130 commit 1d6b454

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/beam_PreCommit_GHA.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ permissions:
4242
packages: read
4343
pages: read
4444
repository-projects: read
45-
security-events: read
45+
security-events: write
4646
statuses: read
4747

4848
# This allows a subsequently queued workflow run to interrupt previous runs
@@ -80,6 +80,10 @@ jobs:
8080
comment_phrase: ${{ matrix.job_phrase }}
8181
github_token: ${{ secrets.GITHUB_TOKEN }}
8282
github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
83+
- name: Run zizmor
84+
uses: zizmorcore/zizmor-action@6599ee8b7a49aef6a770f63d261d214911a7ce02 # v0.6.0
85+
with:
86+
advanced-security: true
8387
- name: Setup environment
8488
uses: ./.github/actions/setup-environment-action
8589
with:

0 commit comments

Comments
 (0)