Skip to content

Commit c647920

Browse files
Pin dependencies (#16)
1 parent 0fe8e43 commit c647920

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
needs: [test]
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1818
with:
1919
fetch-depth: 0
2020
- if: github.repository == 'chrishas35/simplefin-python-test'
2121
run: sed -i -e 's/name = "simplefin"/name = "simplefin-test"/g' pyproject.toml
22-
- uses: hynek/build-and-inspect-python-package@v2
22+
- uses: hynek/build-and-inspect-python-package@b5076c307dc91924a82ad150cdd1533b444d3310 # v2
2323

2424
publish-to-pypi:
2525
name: Publish to PyPI
@@ -33,7 +33,7 @@ jobs:
3333
id-token: write
3434
steps:
3535
- name: Download distribution packages
36-
uses: actions/download-artifact@v4
36+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
3737
with:
3838
name: Packages
3939
path: dist
@@ -53,12 +53,12 @@ jobs:
5353

5454
steps:
5555
- name: Download distribution packages
56-
uses: actions/download-artifact@v4
56+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
5757
with:
5858
name: Packages
5959
path: dist
6060
- name: Sign the dists with Sigstore
61-
uses: sigstore/gh-action-sigstore-python@v3.0.0
61+
uses: sigstore/gh-action-sigstore-python@f514d46b907ebcd5bedc05145c03b69c1edd8b46 # v3.0.0
6262
with:
6363
inputs: >-
6464
./dist/*.tar.gz
@@ -93,7 +93,7 @@ jobs:
9393
id-token: write
9494
steps:
9595
- name: Download distribution packages
96-
uses: actions/download-artifact@v4
96+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
9797
with:
9898
name: Packages
9999
path: dist

.github/workflows/release-drafter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
pull-requests: read
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: release-drafter/release-drafter@v5
15+
- uses: release-drafter/release-drafter@09c613e259eb8d4e7c81c2cb00618eb5fc4575a7 # v5
1616
env:
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-24.04
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717

1818
- name: Install uv
19-
uses: astral-sh/setup-uv@v5
19+
uses: astral-sh/setup-uv@4db96194c378173c656ce18a155ffc14a9fc4355 # v5
2020
with:
2121
enable-cache: true
2222
cache-dependency-glob: "uv.lock"

0 commit comments

Comments
 (0)