3737 persist-credentials : false
3838
3939 - name : Install uv
40- uses : astral-sh/setup-uv@v6
40+ uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
4141 with :
4242 version : " 0.7.12"
4343
9494 key : unit-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.airflow-version }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('dagfactory/__init__.py') }}
9595
9696 - name : Install uv
97- uses : astral-sh/setup-uv@v6
97+ uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
9898 with :
9999 version : " 0.7.12"
100100
@@ -166,7 +166,7 @@ jobs:
166166 key : integration-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.airflow-version }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('dagfactory/__init__.py') }}
167167
168168 - name : Install uv
169- uses : astral-sh/setup-uv@v6
169+ uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
170170 with :
171171 version : " 0.7.12"
172172
@@ -212,7 +212,7 @@ jobs:
212212 persist-credentials : false
213213
214214 - name : Install uv
215- uses : astral-sh/setup-uv@v6
215+ uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
216216 with :
217217 version : " 0.7.12"
218218
@@ -234,7 +234,7 @@ jobs:
234234 coverage report
235235 coverage xml
236236 - name : Upload coverage to Codecov
237- uses : codecov/codecov-action@v5
237+ uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
238238 with :
239239 fail_ci_if_error : true
240240 token : ${{ secrets.CODECOV_TOKEN }}
@@ -256,7 +256,7 @@ jobs:
256256 persist-credentials : false
257257
258258 - name : Install uv
259- uses : astral-sh/setup-uv@v6
259+ uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
260260 with :
261261 version : " 0.7.12"
262262
@@ -303,7 +303,7 @@ jobs:
303303 persist-credentials : false
304304
305305 - name : Install uv
306- uses : astral-sh/setup-uv@v6
306+ uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
307307 with :
308308 version : " 0.7.12"
309309
0 commit comments