Skip to content

Commit 32466c4

Browse files
committed
CI: auto-fix via zizmor
May include: - Avoids risky string interpolation. - Prevents checkout premissions from leaking
1 parent 039d69a commit 32466c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,16 @@ jobs:
77
runs-on: ubuntu-20.04
88
steps:
99
- uses: actions/checkout@v2
10+
with:
11+
persist-credentials: false
1012
- uses: actions/setup-python@v2
1113
- uses: pre-commit/action@0764670bf370aab253130d534e1eda7ff497dc60 # v2.0.0
1214
build:
1315
runs-on: ubuntu-20.04
1416
steps:
1517
- uses: actions/checkout@v2
18+
with:
19+
persist-credentials: false
1620
- uses: actions/setup-python@v2
1721
with:
1822
python-version: "3.10"

0 commit comments

Comments
 (0)