File tree Expand file tree Collapse file tree
actions/release-initialise Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 shell : bash
2626 run : npm ci
2727
28- - name : Set up Python
29- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
30- with :
31- python-version : ' 3.12'
32-
33- - name : Install dependencies
34- run : |
35- python -m pip install --upgrade pip
36- pip install PyGithub==2.3.0 requests
37- shell : bash
38-
3928 - name : Update git config
4029 run : |
4130 git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
Original file line number Diff line number Diff line change 5151 with :
5252 node-version : 24
5353 cache : ' npm'
54- - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
55- with :
56- python-version : ' 3.12'
5754
5855 - name : Update git config
5956 run : |
Original file line number Diff line number Diff line change 4040 git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
4141 git config --global user.name "github-actions[bot]"
4242
43- - name : Set up Python
44- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
45- with :
46- python-version : ' 3.12'
47-
4843 - name : Set up Node.js
4944 uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
5045 with :
Original file line number Diff line number Diff line change 2222 pull-requests : write # needed to create pull request
2323
2424 steps :
25- - name : Setup Python
26- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
27- with :
28- python-version : " 3.13"
29-
3025 - name : Checkout CodeQL Action
3126 uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3227
You can’t perform that action at this time.
0 commit comments