We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31175f9 commit ccac91aCopy full SHA for ccac91a
1 file changed
.github/workflows/beam_PreCommit_GHA.yml
@@ -42,7 +42,7 @@ permissions:
42
packages: read
43
pages: read
44
repository-projects: read
45
- security-events: read
+ security-events: write
46
statuses: read
47
48
# This allows a subsequently queued workflow run to interrupt previous runs
@@ -78,6 +78,10 @@ jobs:
78
comment_phrase: ${{ matrix.job_phrase }}
79
github_token: ${{ secrets.GITHUB_TOKEN }}
80
github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
81
+ - name: Run zizmor
82
+ uses: zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7
83
+ with:
84
+ advanced-security: true
85
- name: Setup environment
86
uses: ./.github/actions/setup-environment-action
87
with:
0 commit comments