File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 directory : /
55 schedule :
66 interval : monthly
7+ cooldown :
8+ default-days : 7
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ concurrency:
1818 group : ${{ github.workflow }}-${{ github.head_ref || github.ref }}
1919 cancel-in-progress : ${{ github.event_name == 'pull_request' }}
2020
21+ permissions : {}
22+
2123jobs :
2224 default :
2325 name : ${{ matrix.os }} / ${{ matrix.python-version }} / install-poetry.py ${{ matrix.args }}
4850 shell : bash
4951 steps :
5052 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
53+ with :
54+ persist-credentials : false
5155
5256 - name : Set up Python ${{ matrix.python-version }}
5357 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
@@ -103,6 +107,8 @@ jobs:
103107 shell : bash
104108 steps :
105109 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
110+ with :
111+ persist-credentials : false
106112
107113 - name : Install Packages
108114 run : |
Original file line number Diff line number Diff line change 1818 rev : v0.15.10
1919 hooks :
2020 - id : ruff
21+
22+ - repo : https://github.com/woodruffw/zizmor-pre-commit
23+ rev : v1.24.1
24+ hooks :
25+ - id : zizmor
You can’t perform that action at this time.
0 commit comments