Skip to content

Commit 7a4c4fc

Browse files
committed
chore: fix zizmor findings
1 parent fe70b44 commit 7a4c4fc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ concurrency:
1010
group: tests-${{ github.head_ref || github.ref }}
1111
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
1212

13+
permissions: {}
14+
1315
jobs:
1416
tests:
1517
name: ${{ matrix.os }} / ${{ matrix.python-version }} ${{ matrix.suffix }}

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
release:
55
types: [published]
66

7+
permissions: {}
8+
79
jobs:
810
build:
911
name: Build

0 commit comments

Comments
 (0)