File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ jobs:
2828
2929 - name : Set up QEMU
3030 if : runner.os == 'Linux' && runner.arch == 'X64'
31- uses : docker/setup-qemu-action@v3
31+ uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # 3.6.0
3232 with :
3333 platforms : all
3434
3535 - name : Build wheels
36- uses : pypa/cibuildwheel@v2 .23.3
36+ uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # 2 .23.3
3737 env :
3838 CIBW_BUILD_VERBOSITY : 1
3939 MAXMINDDB_REQUIRE_EXTENSION : 1
7878 path : dist
7979 merge-multiple : true
8080
81- - uses : pypa/gh-action-pypi-publish@release/v1
81+ - uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # 1.12.4
Original file line number Diff line number Diff line change 3232 persist-credentials : false
3333
3434 - name : Install the latest version of uv
35- uses : astral-sh/setup-uv@v6
35+ uses : astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # 6.0.1
3636
3737 - name : Install tox
3838 run : uv tool install --python-preference only-managed --python 3.13 tox --with tox-uv --with tox-gh
Original file line number Diff line number Diff line change 2323 submodules : true
2424 persist-credentials : false
2525 - name : Install the latest version of uv
26- uses : astral-sh/setup-uv@v6
26+ uses : astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # 6.0.1
2727 - name : Install tox
2828 run : uv tool install --python-preference only-managed --python 3.13 tox --with tox-uv --with tox-gh
2929 - name : Install Python
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ jobs:
2424 persist-credentials : false
2525
2626 - name : Install the latest version of uv
27- uses : astral-sh/setup-uv@v6
27+ uses : astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # 6.0.1
2828 with :
2929 enable-cache : false
3030
3131 - name : Run zizmor
32- run : uvx zizmor@1.5.2 --format plain .
32+ run : uvx zizmor@1.7.0 --format plain .
3333 env :
3434 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments