Skip to content

Commit a7b3261

Browse files
committed
Fix workflow issues reported by zizmor.
1 parent 607f395 commit a7b3261

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@ name: Main CI
22

33
on: [push]
44

5+
permissions: {}
6+
57
jobs:
68
lint:
79
runs-on: ubuntu-latest
810
timeout-minutes: 10
911
steps:
1012
- uses: actions/checkout@v5
13+
with:
14+
persist-credentials: false
1115
- uses: actions/setup-python@v6
1216
with:
1317
python-version: '3.14'
@@ -38,6 +42,8 @@ jobs:
3842
loader: [requests, aiohttp]
3943
steps:
4044
- uses: actions/checkout@v5
45+
with:
46+
persist-credentials: false
4147
- name: Use Python ${{ matrix.python-version }}
4248
uses: actions/setup-python@v6
4349
with:

0 commit comments

Comments
 (0)