Skip to content

Commit 77d8e88

Browse files
committed
CI: make zizmor happy
1 parent 7e854b6 commit 77d8e88

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@ on:
55
pull_request:
66
push:
77

8+
permissions: {}
9+
810
jobs:
911
build:
1012
runs-on: ubuntu-22.04
13+
permissions:
14+
contents: read
1115
steps:
1216
- uses: actions/checkout@v4
17+
with:
18+
persist-credentials: false
1319

1420
- name: Setup Python (pip)
1521
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)