@@ -35,10 +35,10 @@ jobs:
3535
3636 steps :
3737 - name : Check out repository
38- uses : actions/checkout@v5
38+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3939
4040 - name : Install uv
41- uses : astral-sh/setup-uv@v7
41+ uses : astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
4242 with :
4343 version : 0.9.x
4444 enable-cache : true
@@ -91,10 +91,10 @@ jobs:
9191
9292 steps :
9393 - name : Check out repository
94- uses : actions/checkout@v5
94+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
9595
9696 - name : Check out src
97- uses : actions/checkout@v5
97+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
9898 with :
9999 repository : ${{ inputs.repo }}
100100 ref : ${{ needs.meta.outputs.tag }}
@@ -120,7 +120,7 @@ jobs:
120120 echo "MKL_DIR=$(realpath "${GITHUB_WORKSPACE}"/../../mkl)" >>$GITHUB_ENV
121121
122122 - name : Install uv
123- uses : astral-sh/setup-uv@v7
123+ uses : astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
124124 with :
125125 version : 0.9.x
126126 enable-cache : false
@@ -301,7 +301,7 @@ jobs:
301301 EOF
302302
303303 - name : Archive
304- uses : actions/upload-artifact@v4
304+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
305305 with :
306306 name : ${{ inputs.name }}-${{ matrix.python }}-${{ runner.os }}
307307 path : |
@@ -320,14 +320,14 @@ jobs:
320320 contents : write
321321
322322 steps :
323- - uses : actions/checkout@v5
323+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
324324 with :
325325 # Explicitly set ref to include commits from the meta job.
326326 # https://github.com/actions/checkout/issues/439#issuecomment-830862188
327327 ref : main
328328 path : main
329329
330- - uses : actions/checkout@v5
330+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
331331 with :
332332 ref : wheelhouse
333333 path : wheelhouse
@@ -336,7 +336,7 @@ jobs:
336336 run : |
337337 mkdir -p wheelhouse/${{ inputs.name }}
338338
339- - uses : actions/download-artifact@v5
339+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
340340 with :
341341 pattern : ${{ inputs.name }}-*
342342 path : wheelhouse/${{ inputs.name }}
0 commit comments