Skip to content

Commit 9429eda

Browse files
authored
Merge pull request #187 from PaloAltoNetworks/james/pin_github_actions
Change PyPI publish action to specific commit SHA
2 parents d1ea532 + 6520a19 commit 9429eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manual_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
coverage run -m unittest discover -v -s "./tests" -p "test*.py"
3232
3333
- name: Publish
34-
uses: pypa/gh-action-pypi-publish@release/v1
34+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1
3535
with:
3636
user: __token__
3737
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)