Skip to content

Commit e9d401a

Browse files
committed
security: run zizmor on GH actions, fix warnings
* https://woodruffw.github.io/zizmor/audits/#artipacked. actions/checkout will by default persist git configuration for the duration of the workflow, which is not necessary in this case.
1 parent 2a27c1f commit e9d401a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ jobs:
66
steps:
77
- name: checkout
88
uses: actions/checkout@v4
9+
with:
10+
persist-credentials: false
911
- name: Install Python dependencies
1012
uses: py-actions/py-dependency-install@v4
1113
with:

0 commit comments

Comments
 (0)