Skip to content

Commit 89e8d85

Browse files
committed
CI: Pin to hash to avoid potential exploits
1 parent 210bbf3 commit 89e8d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
run: if [ -n "$PYPI_API_TOKEN" ]; then echo ::set-output name=DEPLOY::true; fi
9393
- name: Upload to PyPI
9494
if: steps.deployable.outputs.DEPLOY
95-
uses: pypa/gh-action-pypi-publish@master
95+
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 # v1.4.2
9696
with:
9797
user: __token__
9898
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)