Skip to content

Commit ad479f9

Browse files
wochingeclaude
andauthored
fix(ci): disable zizmor advanced security to unblock releases (#789)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 08d55b0 commit ad479f9

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/zizmor.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
2020
runs-on: ubuntu-latest
2121
permissions:
22-
security-events: write
2322
contents: read
2423
steps:
2524
- name: Checkout
@@ -29,4 +28,7 @@ jobs:
2928
- name: Run zizmor
3029
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
3130
with:
32-
advanced-security: true
31+
# Using false as a code scanning ruleset would block the release
32+
# workflow which creates a new commit and pushes directly to main.
33+
advanced-security: false
34+
min-severity: medium

0 commit comments

Comments
 (0)