File tree Expand file tree Collapse file tree 4 files changed +14
-1
lines changed
Expand file tree Collapse file tree 4 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 99 actions :
1010 patterns :
1111 - " *"
12+ cooldown :
13+ default-days : 7
Original file line number Diff line number Diff line change 1+ rules :
2+ unpinned-uses :
3+ disable : true
Original file line number Diff line number Diff line change 6666 - id : rst-backticks
6767 - id : rst-directive-colons
6868 - id : rst-inline-touching-normal
69+
70+ - repo : https://github.com/zizmorcore/zizmor-pre-commit
71+ rev : v1.22.0
72+ hooks :
73+ - id : zizmor
Original file line number Diff line number Diff line change 2121 - name : " Validate input"
2222 id : helper
2323 run : >
24- '${{ steps.localpython.outputs.python-path }}' ' ${{ github.action_path }}/.github/action_helper.py' '${{ inputs.python-versions }}' >>${GITHUB_OUTPUT}
24+ "${STEPS_LOCALPYTHON_OUTPUTS_PYTHON_PATH}" " ${{ github.action_path }}/.github/action_helper.py" "${INPUTS_PYTHON_VERSIONS}" >> " ${GITHUB_OUTPUT}"
2525 shell : bash
26+ env :
27+ STEPS_LOCALPYTHON_OUTPUTS_PYTHON_PATH : ${{ steps.localpython.outputs.python-path }}
28+ INPUTS_PYTHON_VERSIONS : ${{ inputs.python-versions }}
2629
2730 - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2831 id : allpython
You can’t perform that action at this time.
0 commit comments