@@ -77,11 +77,11 @@ jobs:
7777 include : ${{ fromJson(needs.prepare-matrix.outputs.matrix) }}
7878
7979 steps :
80- - uses : actions/checkout@v6
80+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8181
8282 - name : Checkout tag ${{ inputs.target_tag }}
8383 if : inputs.target_tag != ''
84- uses : actions/checkout@v6
84+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8585 with :
8686 ref : ${{ inputs.target_tag }}
8787
9696 echo "CIBW_BEFORE_TEST_WINDOWS=(exit 0)" >> $GITHUB_ENV;
9797
9898 - name : Install uv
99- uses : astral-sh/setup-uv@v8.1.0
99+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
100100 with :
101101 python-version : ${{ inputs.python-version }}
102102
@@ -111,7 +111,7 @@ jobs:
111111
112112 - name : Install Conan
113113 if : runner.os == 'Windows'
114- uses : turtlebrowser/get-conan@main
114+ uses : turtlebrowser/get-conan@e41c1e039be765c0ed9d9d38cc2a287566e1d8b3 # v1.2
115115
116116 - name : Configure libev for Windows
117117 if : runner.os == 'Windows'
@@ -147,7 +147,7 @@ jobs:
147147 run : |
148148 CIBW_BUILD="cp3*" cibuildwheel --archs aarch64 --output-dir wheelhouse
149149
150- - uses : actions/upload-artifact@v7
150+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
151151 with :
152152 name : wheels-${{ matrix.target }}-${{ matrix.os }}
153153 path : ./wheelhouse/*.whl
@@ -156,17 +156,17 @@ jobs:
156156 name : Build source distribution
157157 runs-on : ubuntu-24.04
158158 steps :
159- - uses : actions/checkout@v6
159+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
160160
161161 - name : Install uv
162- uses : astral-sh/setup-uv@v8.1.0
162+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
163163 with :
164164 python-version : ${{ inputs.python-version }}
165165
166166 - name : Build sdist
167167 run : uv build --sdist
168168
169- - uses : actions/upload-artifact@v7
169+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
170170 with :
171171 name : source-dist
172172 path : dist/*.tar.gz
0 commit comments