Skip to content

Commit 267ead1

Browse files
authored
chore: upgrade GitHub Actions to latest versions (#375)
* Upgrade GitHub Actions to latest versions * Fix pypa/gh-action-pypi-publish to use SHA pinning Pin to release/v1.13 for security best practices. The v1 tag doesn't exist - only release/v1 branch exists. Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com> --------- Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
1 parent 623058b commit 267ead1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish_python_dotpromptz_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
path: dist/
139139

140140
- name: Publish Distribution to PyPI
141-
uses: pypa/gh-action-pypi-publish@release/v1
141+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1.13
142142
with:
143143
verbose: true
144144
packages-dir: dist/

.github/workflows/publish_python_handlebarrz_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ jobs:
298298
fi
299299
300300
- name: Publish distribution to PyPI
301-
uses: pypa/gh-action-pypi-publish@release/v1
301+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1.13
302302
with:
303303
verbose: true
304304
packages-dir: dist/

0 commit comments

Comments
 (0)