Skip to content

Fix release workflow permissions for CI reusable workflow call#312

Merged
dopey merged 1 commit intomainfrom
max/fix-release-ci-permissions
Mar 17, 2026
Merged

Fix release workflow permissions for CI reusable workflow call#312
dopey merged 1 commit intomainfrom
max/fix-release-ci-permissions

Conversation

@dopey
Copy link
Contributor

@dopey dopey commented Mar 17, 2026

The top-level permissions block in release.yml was capping permissions to contents: read, which blocked the called ci.yml workflow from requesting actions: read and security-events: write needed for CodeQL scanning.

Change-Type: ci
Release-Note: no
Audience: internal
Impact: none
Breaking: false

The top-level permissions block in release.yml was capping permissions
to `contents: read`, which blocked the called ci.yml workflow from
requesting `actions: read` and `security-events: write` needed for
CodeQL scanning.

Change-Type: ci
Release-Note: no
Audience: internal
Impact: none
Breaking: false
Co-Authored-By: Claude <noreply@anthropic.com>
@dopey dopey requested review from a team and maraino as code owners March 17, 2026 17:37
@dopey dopey enabled auto-merge March 17, 2026 17:37
permissions:
contents: read
actions: read
security-events: write

Check warning

Code scanning / zizmor

overly broad permissions Warning

overly broad permissions
@dopey dopey merged commit 4edd84f into main Mar 17, 2026
27 checks passed
@dopey dopey deleted the max/fix-release-ci-permissions branch March 17, 2026 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants