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 b56b0e4 commit 7aa1eaaCopy full SHA for 7aa1eaa
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: write
+ security-events: read
46
statuses: read
47
48
# This allows a subsequently queued workflow run to interrupt previous runs
@@ -78,10 +78,6 @@ 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@6599ee8b7a49aef6a770f63d261d214911a7ce02 # v0.6.0
83
- with:
84
- advanced-security: true
85
- name: Setup environment
86
uses: ./.github/actions/setup-environment-action
87
with:
0 commit comments