Skip to content

Commit 78f31f1

Browse files
chore: Pin action versions to commit hash (#160)
1 parent 4baab0d commit 78f31f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v4
3333
- name: Install uv
34-
uses: astral-sh/setup-uv@v5
34+
uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86
3535
with:
3636
enable-cache: true
3737
- name: Set up Python

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
--log-level=DEBUG \
2828
--verbose
2929
- name: Upload coverage to Codecov
30-
uses: codecov/codecov-action@v5
30+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
3131
with:
3232
token: ${{ secrets.CODECOV_TOKEN }}
3333
verbose: true

0 commit comments

Comments
 (0)