File tree 4 files changed +10
-0
lines changed
4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 27
27
- uses : actions/checkout@v4
28
28
with :
29
29
fetch-depth : 0
30
+ persist-credentials : false
30
31
31
32
- uses : hynek/build-and-inspect-python-package@v2
32
33
Original file line number Diff line number Diff line change 15
15
16
16
steps :
17
17
- uses : actions/checkout@v4
18
+ with :
19
+ persist-credentials : false
18
20
- uses : actions/setup-python@v5
19
21
with :
20
22
python-version : " 3.x"
Original file line number Diff line number Diff line change 19
19
20
20
steps :
21
21
- uses : actions/checkout@v4
22
+ with :
23
+ persist-credentials : false
22
24
23
25
- name : Set up Python ${{ matrix.python-version }}
24
26
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change @@ -33,6 +33,11 @@ repos:
33
33
hooks :
34
34
- id : actionlint
35
35
36
+ - repo : https://github.com/woodruffw/zizmor-pre-commit
37
+ rev : v0.8.0
38
+ hooks :
39
+ - id : zizmor
40
+
36
41
- repo : https://github.com/tox-dev/pyproject-fmt
37
42
rev : v2.5.0
38
43
hooks :
You can’t perform that action at this time.
0 commit comments