Skip to content

Commit

Permalink
Pin third-party workflows to hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
jbhannah committed Jan 9, 2025
1 parent bf124d5 commit 4ca58ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
- uses: astral-sh/setup-uv@887a942a15af3a7626099df99e897a18d9e5ab3a
with:
enable-cache: true
- uses: actions/setup-python@v5
Expand All @@ -43,7 +43,7 @@ jobs:
with:
name: python-package-distributions
path: dist/
- uses: pypa/gh-action-pypi-publish@release/v1
- uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70

github-release:
runs-on: ubuntu-latest
Expand All @@ -62,7 +62,7 @@ jobs:
with:
name: python-package-distributions
path: dist/
- uses: sigstore/gh-action-sigstore-python@v3.0.0
- uses: sigstore/gh-action-sigstore-python@f514d46b907ebcd5bedc05145c03b69c1edd8b46
with:
inputs: >-
./dist/*.whl
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
- uses: astral-sh/setup-uv@887a942a15af3a7626099df99e897a18d9e5ab3a
with:
enable-cache: true
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 4ca58ef

Please sign in to comment.