ci: Set and enforce more default permissions (#60222)

Release Notes:

- N/A
This commit is contained in:
Finn Evers 2026-07-06 18:02:54 +02:00 committed by GitHub
parent 5d6c88cdb7
commit 283d5054ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
62 changed files with 388 additions and 136 deletions

View file

@ -8,6 +8,8 @@ on:
push:
branches:
- main
permissions:
contents: read
jobs:
call_extension_tests:
permissions:

View file

@ -11,6 +11,7 @@ on:
paths-ignore:
- .github/**
workflow_dispatch: {}
permissions: {}
jobs:
determine_bump_type:
if: (github.repository_owner == 'zed-industries' || github.repository_owner == 'zed-extensions')