File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ updates:
1111 assignees :
1212 - " vavkamil"
1313 cooldown :
14- default-days : 7
14+ default-days : 14
1515
1616 - package-ecosystem : " github-actions"
1717 directory : " /"
@@ -22,4 +22,4 @@ updates:
2222 assignees :
2323 - " vavkamil"
2424 cooldown :
25- default-days : 7
25+ default-days : 14
Original file line number Diff line number Diff line change 11# https://github.com/woodruffw/zizmor
22
3- name : Security
3+ name : Security - zizmor
44
55on :
66 push :
1212
1313permissions : {}
1414
15+ concurrency :
16+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
17+ cancel-in-progress : true
18+
1519jobs :
1620 zizmor :
17- # name: zizmor via PyPI
18- runs-on : ubuntu-latest
21+ # name: zizmor latest via PyPI
22+ runs-on : ubuntu-slim
1923 permissions :
2024 contents : read
2125
2226 steps :
2327 - name : Checkout repository
24- uses : actions/checkout@v6.0.2 # zizmor: ignore[unpinned-uses]
28+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2529 with :
2630 persist-credentials : false
2731
2832 - name : Set up Python
29- uses : actions/setup-python@v6 # zizmor: ignore[unpinned-uses]
33+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3034 with :
31- python-version : ' 3.10.4 '
35+ python-version-file : ' .python-version '
3236
3337 - name : Install Zizmor
3438 run : |
Original file line number Diff line number Diff line change 77
88permissions : {}
99
10+ concurrency :
11+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
12+ cancel-in-progress : true
13+
1014jobs :
1115 check-new-links :
1216 runs-on : ubuntu-latest
1519
1620 steps :
1721 - name : Checkout repository
18- uses : actions/checkout@v6.0.2 # zizmor: ignore[unpinned-uses]
22+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1923 with :
2024 fetch-depth : 0
2125 persist-credentials : false
Original file line number Diff line number Diff line change 1+ 3.14.3
Original file line number Diff line number Diff line change 1- zizmor == 1.22.0
1+ zizmor == 1.23.1
You can’t perform that action at this time.
0 commit comments