File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 13
13
dist :
14
14
runs-on : ubuntu-latest
15
15
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@c52c3a4710070b50470d903818a7b25115dcd076 # v2.13.0
18
18
19
19
deploy :
20
20
needs : [dist]
@@ -25,17 +25,17 @@ jobs:
25
25
attestations : write
26
26
27
27
steps :
28
- - uses : actions/download-artifact@v5
28
+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
29
29
with :
30
30
name : Packages
31
31
path : dist
32
32
33
33
- 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
35
35
with :
36
36
subject-path : " dist/*"
37
37
38
38
- name : Publish package
39
- uses : pypa/gh-action-pypi-publish@release/v1
39
+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
40
40
with :
41
41
password : ${{ secrets.pypi_password }}
Original file line number Diff line number Diff line change 11
11
name : Pre-commit checks
12
12
runs-on : ubuntu-latest
13
13
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
16
16
with :
17
17
python-version : ' 3.10'
18
- -
uses :
pre-commit/[email protected]
18
+ - uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
Original file line number Diff line number Diff line change @@ -32,15 +32,15 @@ jobs:
32
32
33
33
name : ${{ matrix.os }}, Python ${{ matrix.python-version }}
34
34
steps :
35
- - uses : actions/checkout@v5
35
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
36
36
37
37
- name : Set up Python ${{ matrix.python-version }}
38
- uses : actions/setup-python@v6
38
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
39
39
with :
40
40
python-version : ${{ matrix.python-version }}
41
41
allow-prereleases : true
42
42
43
- - uses : astral-sh/setup-uv@v6
43
+ - uses : astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
44
44
45
45
- name : Install tox
46
46
run : uv tool install --with tox-gh-actions --with tox-uv tox
73
73
timeout-minutes : 2
74
74
steps :
75
75
- name : Decide whether the needed jobs succeeded or failed
76
- uses : re-actors/alls-green@release/v1
76
+ uses : re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # v1.2.2
77
77
with :
78
78
jobs : ${{ toJSON(needs) }}
You can’t perform that action at this time.
0 commit comments