Skip to content

Commit ffd2b8a

Browse files
Pin GitHub actions
1 parent 6e62d3f commit ffd2b8a

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
dist:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
17-
- uses: hynek/build-and-inspect-python-package@v2
16+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17+
- uses: hynek/build-and-inspect-python-package@efb823f52190ad02594531168b7a2d5790e66516 # v2.14.0
1818

1919
deploy:
2020
needs: [dist]
@@ -25,13 +25,13 @@ jobs:
2525
attestations: write
2626

2727
steps:
28-
- uses: actions/download-artifact@v6
28+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
2929
with:
3030
name: Packages
3131
path: dist
3232

3333
- name: Generate artifact attestation for sdist and wheel
34-
uses: actions/attest-build-provenance@v3
34+
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
3535
with:
3636
subject-path: "dist/*"
3737

.github/workflows/format.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
name: Pre-commit checks
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v5
15-
- uses: actions/setup-python@v6
14+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
15+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
1616
with:
1717
python-version: '3.10'
18-
- uses: pre-commit/action@v3.0.1
18+
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ jobs:
3232

3333
name: ${{ matrix.os }}, Python ${{ matrix.python-version }}
3434
steps:
35-
- uses: actions/checkout@v5
35+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3636

3737
- name: Set up Python ${{ matrix.python-version }}
38-
uses: actions/setup-python@v6
38+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141
allow-prereleases: true
4242

43-
- uses: astral-sh/setup-uv@v7
43+
- uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
4444

4545
- name: Install tox
4646
run: uv tool install --with tox-gh-actions --with tox-uv tox

0 commit comments

Comments
 (0)