Skip to content

Commit c51b489

Browse files
claudedeviantintegral
authored andcommitted
ci: pin remaining third-party action version comments to full versions
1 parent 8b4fb48 commit c51b489

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1515
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
16-
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
16+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
1717
with:
1818
python-version: "3.13"
1919
- run: uv sync --locked --all-extras --dev

.github/workflows/conventional-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
permissions:
1010
pull-requests: read
1111
steps:
12-
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6
12+
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1515
with:

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2222
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
23-
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
23+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
2424
with:
2525
python-version: "3.13"
2626
- name: Set dev version for TestPyPI

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
outputs:
1919
release_created: ${{ steps.release.outputs.release_created }}
2020
steps:
21-
- uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5
21+
- uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5.0.0
2222
id: release
2323
with:
2424
release-type: python
@@ -30,7 +30,7 @@ jobs:
3030
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
3131
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
3232
if: steps.release.outputs.pr && !steps.release.outputs.release_created
33-
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
33+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
3434
if: steps.release.outputs.pr && !steps.release.outputs.release_created
3535
with:
3636
python-version: "3.13"

0 commit comments

Comments
 (0)