Skip to content

Commit 9c00ef8

Browse files
authored
Pin non-GitHub actions with full sha in workflows (#124)
Signed-off-by: kingthorin <kingthorin@users.noreply.github.com>
1 parent 665a694 commit 9c00ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
pipx install poetry==1.8.0
2525
poetry build
2626
- name: Publish package distributions to PyPI
27-
uses: pypa/gh-action-pypi-publish@release/v1
27+
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3

0 commit comments

Comments
 (0)