@@ -37,12 +37,12 @@ jobs:
3737
3838 steps :
3939 - name : Clone repository
40- uses : actions/checkout@v4
40+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4141 with :
4242 fetch-depth : 0
4343
4444 - name : Setup Miniconda
45- uses : conda-incubator/setup-miniconda@v3
45+ uses : conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3
4646 with :
4747 python-version : ${{ matrix.python-version }}
4848 conda-remove-defaults : true
5151
5252 - name : Download llvmdev Artifact
5353 if : ${{ inputs.llvmdev_run_id != '' }}
54- uses : actions/download-artifact@v4
54+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
5555 with :
5656 name : llvmdev_win-64
5757 path : llvmdev_conda_packages
7373 run : python -m build
7474
7575 - name : Upload llvmlite wheel
76- uses : actions/upload-artifact@v4
76+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
7777 with :
7878 name : llvmlite-win-64-py${{ matrix.python-version }}
7979 path : dist/*.whl
@@ -94,10 +94,10 @@ jobs:
9494 fail-fast : false
9595 steps :
9696 - name : Clone repository
97- uses : actions/checkout@v4
97+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
9898
9999 - name : Setup Miniconda
100- uses : conda-incubator/setup-miniconda@v3
100+ uses : conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3
101101 with :
102102 python-version : ${{ env.VALIDATION_PYTHON_VERSION }}
103103 conda-remove-defaults : true
@@ -108,7 +108,7 @@ jobs:
108108 run : conda install -c defaults py-lief wheel twine keyring rfc3986
109109
110110 - name : Download llvmlite wheels
111- uses : actions/download-artifact@v4
111+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
112112 with :
113113 name : llvmlite-win-64-py${{ matrix.python-version }}
114114 path : dist
@@ -136,12 +136,12 @@ jobs:
136136
137137 steps :
138138 - name : Setup Python
139- uses : actions/setup-python@v5
139+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
140140 with :
141141 python-version : ${{ matrix.python-version }}
142142
143143 - name : Download llvmlite wheel
144- uses : actions/download-artifact@v4
144+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
145145 with :
146146 name : llvmlite-win-64-py${{ matrix.python-version }}
147147 path : dist
0 commit comments