@@ -88,12 +88,12 @@ jobs:
8888
8989 steps :
9090 - name : Checkout numpy-release
91- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
91+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
9292 with :
9393 persist-credentials : false
9494
9595 - name : Checkout numpy
96- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
96+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
9797 with :
9898 repository : numpy/numpy
9999 ref : ${{ env.SOURCE_REF_TO_BUILD }}
@@ -149,7 +149,7 @@ jobs:
149149 echo "CIBW_PLATFORM=pyodide" >> "$GITHUB_ENV"
150150
151151 - name : Build wheels
152- uses : pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6
152+ uses : pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4
153153 env :
154154 CIBW_BUILD : ${{ matrix.python }}-${{ matrix.buildplat[1] }}
155155 SRC : ${{ github.workspace }}/numpy-src
@@ -169,7 +169,7 @@ jobs:
169169 - name : install micromamba
170170 # win-arm64 is unsupported by micromamba at the moment
171171 if : github.event_name == 'schedule' && matrix.buildplat[1] != 'win_arm64'
172- uses : mamba-org/setup-micromamba@b09ef9b599704322748535812ca03efb2625677b
172+ uses : mamba-org/setup-micromamba@b09ef9b599704322748535812ca03efb2625677b # v2.0.5
173173 with :
174174 # For installation of anaconda-client, required for upload to anaconda.org
175175 init-shell : bash
@@ -199,7 +199,7 @@ jobs:
199199 runs-on : ubuntu-latest
200200 steps :
201201 - name : Checkout numpy
202- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
202+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
203203 with :
204204 repository : numpy/numpy
205205 submodules : true
@@ -234,12 +234,12 @@ jobs:
234234 id-token : write # mandatory for trusted publishing
235235 steps :
236236 - name : Download sdist and wheels
237- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v.4.3 .0
237+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
238238 with :
239239 path : dist
240240
241241 - name : Publish
242- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
242+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
243243 with :
244244 repository-url : https://test.pypi.org/legacy/
245245 skip-existing : true
@@ -254,7 +254,7 @@ jobs:
254254 runs-on : ubuntu-latest
255255 steps :
256256 - name : Checkout numpy
257- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
257+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
258258 with :
259259 repository : numpy/numpy
260260 ref : ${{ env.SOURCE_REF_TO_BUILD }}
@@ -288,12 +288,12 @@ jobs:
288288 id-token : write # mandatory for trusted publishing
289289 steps :
290290 - name : Download sdist and wheels
291- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v.4.3 .0
291+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
292292 with :
293293 path : dist
294294
295295 - name : Publish
296- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
296+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
297297 with :
298298 print-hash : true
299299 attestations : true
0 commit comments