Skip to content

Commit a515dd2

Browse files
authored
Resolve unpinned action reference error alerts raised by Zizmor (#493)
Scan result from PR: https://github.com/astronomer/dag-factory/security/code-scanning?query=is%3Aopen+pr%3A493+ versus on main: https://github.com/astronomer/dag-factory/security/code-scanning (this will change after merging this PR, but can be compared while the PR is still open) related: astronomer/oss-integrations-private#156
1 parent 10e04cd commit a515dd2

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/cicd.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
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

@@ -94,7 +94,7 @@ jobs:
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

Comments
 (0)