File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
44
name : artifact
45
45
path : dist
46
46
47
- - uses : pypa/gh-action-pypi-publish@release/v1
47
+ - uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # 1.12.4
Original file line number Diff line number Diff line change 23
23
submodules : true
24
24
persist-credentials : false
25
25
- name : Install the latest version of uv
26
- uses : astral-sh/setup-uv@v6
26
+ uses : astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # 6.0.1
27
27
- name : Install tox
28
28
run : uv tool install --python-preference only-managed --python 3.13 tox --with tox-uv --with tox-gh
29
29
- name : Install Python
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ jobs:
22
22
persist-credentials : false
23
23
24
24
- name : Install the latest version of uv
25
- uses : astral-sh/setup-uv@v6
25
+ uses : astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # 6.0.1
26
26
with :
27
27
enable-cache : false
28
28
29
29
- name : Run zizmor
30
- run : uvx zizmor@1.5.2 --format plain .
30
+ run : uvx zizmor@1.7.0 --format plain .
31
31
env :
32
32
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments