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 7eef130 commit 1d6b454Copy full SHA for 1d6b454
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
@@ -80,6 +80,10 @@ jobs:
80
comment_phrase: ${{ matrix.job_phrase }}
81
github_token: ${{ secrets.GITHUB_TOKEN }}
82
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
87
- name: Setup environment
88
uses: ./.github/actions/setup-environment-action
89
with:
0 commit comments