Skip to content

Commit 5fa530c

Browse files
committed
ci: use hashed versions in release.yml
Refs: RATYK-200
1 parent 35fcf86 commit 5fa530c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1515
- name: Set up Python
16-
uses: actions/setup-python@v4
16+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
1717
with:
1818
python-version: 3.10
1919
- name: Install dependencies
2020
run: pip install -U setuptools wheel build
2121
- name: Build
2222
run: python -m build .
2323
- name: Publish
24-
uses: pypa/gh-action-pypi-publish@release/v1
24+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
2525
with:
2626
password: ${{ secrets.PYPI_API_TOKEN }}
2727
verbose: true

0 commit comments

Comments
 (0)