File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ inputs:
14
14
runs :
15
15
using : " composite"
16
16
steps :
17
- - uses : actions/setup-python@v5
17
+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
18
18
with :
19
19
python-version : ${{ inputs.python-version }}
20
20
21
21
- name : Install uv
22
- uses : astral-sh/setup-uv@v2
22
+ uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
23
23
with :
24
24
version : ${{ inputs.uv-version }}
25
25
enable-cache : " true"
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Check out
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
16
with :
17
17
persist-credentials : false
18
18
19
- - uses : actions/cache@v4
19
+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
20
20
with :
21
21
path : ~/.cache/pre-commit
22
22
key : pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
38
38
shell : bash
39
39
steps :
40
40
- name : Check out
41
- uses : actions/checkout@v4
41
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
42
42
with :
43
43
persist-credentials : false
44
44
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ jobs:
19
19
id-token : write
20
20
steps :
21
21
- name : Check out
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
23
with :
24
24
persist-credentials : false
25
25
26
- - uses : hynek/build-and-inspect-python-package@v2
26
+ - uses : hynek/build-and-inspect-python-package@c52c3a4710070b50470d903818a7b25115dcd076 # v2.13.0
27
27
28
28
# Upload to real PyPI on GitHub Releases.
29
29
release-pypi :
@@ -38,11 +38,11 @@ jobs:
38
38
39
39
steps :
40
40
- name : Download packages built by build-and-inspect-python-package
41
- uses : actions/download-artifact@v4
41
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
42
42
with :
43
43
name : Packages
44
44
path : dist
45
45
46
46
# This defaults to OIDC identification between GitHub and PyPI
47
47
- name : Upload package to PyPI
48
- uses : pypa/gh-action-pypi-publish@release/v1
48
+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
You can’t perform that action at this time.
0 commit comments