File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2626 with :
2727 persist-credentials : false
28- - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
28+ - uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
2929 with :
3030 python-version : ' 3.13'
3131 - name : Install PyGithub
Original file line number Diff line number Diff line change 4747 fetch-depth : 0
4848 persist-credentials : false
4949
50- - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
50+ - uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
5151 name : Install Python
5252 with :
5353 python-version : ' 3.11'
@@ -125,23 +125,23 @@ jobs:
125125 run : Remove-Item -Recurse C:\Strawberry
126126
127127 - name : Build wheels for CPython 3.14
128- uses : pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 # v4.1.0
128+ uses : pypa/cibuildwheel@4726cd35bb13f7bde50cf2761f2499ac7b3aa32c # v4.1.1
129129 with :
130130 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
131131 env :
132132 CIBW_BUILD : " cp314-* cp314t-*"
133133 CIBW_ARCHS : ${{ matrix.cibw_archs }}
134134
135135 - name : Build wheels for CPython 3.13
136- uses : pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 # v4.1.0
136+ uses : pypa/cibuildwheel@4726cd35bb13f7bde50cf2761f2499ac7b3aa32c # v4.1.1
137137 with :
138138 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
139139 env :
140140 CIBW_BUILD : " cp313-*"
141141 CIBW_ARCHS : ${{ matrix.cibw_archs }}
142142
143143 - name : Build wheels for CPython 3.12
144- uses : pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 # v4.1.0
144+ uses : pypa/cibuildwheel@4726cd35bb13f7bde50cf2761f2499ac7b3aa32c # v4.1.1
145145 with :
146146 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
147147 env :
Original file line number Diff line number Diff line change 3434 persist-credentials : false
3535
3636 - name : Initialize CodeQL
37- uses : github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
37+ uses : github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
3838 with :
3939 languages : ${{ matrix.language }}
4040
4545 pip install --user -v .
4646
4747 - name : Perform CodeQL Analysis
48- uses : github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
48+ uses : github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 with :
1616 fetch-depth : 0
1717 persist-credentials : false
18- - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
18+ - uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
1919 with :
2020 python-version : " 3.x"
21- - uses : j178/prek-action@e98a699c41eb69ab013a45817a0406469a748f8d # v2.0.5
21+ - uses : j178/prek-action@5337cb91e0fa35a7ff31b9ca345126d8bbbcdf16 # v2.0.6
2222 with :
2323 extra-args : --hook-stage manual --all-files
2424
3434 persist-credentials : false
3535
3636 - name : Set up Python 3
37- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
37+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
3838 with :
3939 python-version : ' 3.11'
4040
6464 persist-credentials : false
6565
6666 - name : Set up Python 3
67- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
67+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
6868 with :
6969 python-version : ' 3.11'
7070
9595 persist-credentials : false
9696
9797 - name : Set up Python 3
98- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
98+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
9999 with :
100100 python-version : ' 3.14'
101101
Original file line number Diff line number Diff line change 1717 persist-credentials : false
1818
1919 - name : Set up Python 3
20- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
20+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
2121 with :
2222 python-version : ' 3.11'
2323
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 persist-credentials : false
104104
105105 - name : Set up Python ${{ matrix.python-version }}
106- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
106+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
107107 with :
108108 python-version : ${{ matrix.python-version }}
109109 allow-prereleases : true
Original file line number Diff line number Diff line change @@ -44,13 +44,13 @@ jobs:
4444 fetch-depth : 0
4545 persist-credentials : false
4646
47- - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
47+ - uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
4848 name : Install Python
4949 with :
5050 python-version : ' 3.13'
5151
5252 - name : Build wheels for wasm
53- uses : pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 # v4.1.0
53+ uses : pypa/cibuildwheel@4726cd35bb13f7bde50cf2761f2499ac7b3aa32c # v4.1.1
5454 env :
5555 CIBW_PLATFORM : " pyodide"
5656 CIBW_TEST_COMMAND : " true"
Original file line number Diff line number Diff line change 2727 persist-credentials : false
2828
2929 - name : Run zizmor
30- uses : zizmorcore/zizmor-action@6599ee8b7a49aef6a770f63d261d214911a7ce02 # v0.6.0
30+ uses : zizmorcore/zizmor-action@6fc4b006235f201fdab3722e17240ab420d580e5 # v0.6.1
You can’t perform that action at this time.
0 commit comments