@@ -20,16 +20,16 @@ jobs:
2020 steps :
2121 - &harden_runner
2222 name : Harden the runner (audit all outbound calls)
23- uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
23+ uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
2424 with :
2525 egress-policy : audit
2626 - &checkout
2727 name : Checkout
28- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
28+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2929 with :
3030 persist-credentials : false
3131 - name : Installing python
32- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
32+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
3333 with :
3434 python-version : " 3.11"
3535 cache : pip
5050 - *harden_runner
5151 - *checkout
5252 - name : Set up Python
53- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
53+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
5454 with :
5555 python-version : " 3.14"
5656 - name : Install pypa/build
@@ -94,10 +94,10 @@ jobs:
9494 overwrite : true
9595 - name : Publish package distributions to PyPI
9696 if : ${{ steps.check-tag.outputs.match != '' }}
97- uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
97+ uses : pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2
9898 - name : Publish package distributions to TestPyPI
9999 if : ${{ steps.check-tag.outputs.match == '' }}
100- uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
100+ uses : pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2
101101 with :
102102 repository-url : https://test.pypi.org/legacy/
103103 verbose : true
0 commit comments