Skip to content

Commit 419a781

Browse files
committed
Don't use default permissions (zizmor)
1 parent 9dcc8b7 commit 419a781

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/check-newsfragment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Check newsfragment
22

3+
permissions: {}
4+
35
on:
46
pull_request:
57
types: [labeled, unlabeled, opened, synchronize]

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: CI
22

3+
permissions: {}
4+
35
on:
46
push:
57
branches-ignore:

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
tags:
44
- v*
55

6+
permissions: {}
7+
68
# a lot of code taken from https://github.com/pypa/cibuildwheel/blob/main/examples/github-deploy.yml
79
jobs:
810
build:

0 commit comments

Comments
 (0)