From df268a11d327347d403f3a5e59ed947f88605d7e Mon Sep 17 00:00:00 2001 From: Hawthorn <217181565+lamenting-hawthorn@users.noreply.github.com> Date: Wed, 15 Jul 2026 08:16:00 +0530 Subject: [PATCH] security: pin PyPI publish actions --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a2b2b62..5294d04 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,6 @@ on: permissions: contents: write - id-token: write jobs: build: @@ -65,12 +64,12 @@ jobs: id-token: write steps: - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 with: name: dist path: dist - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 + uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b with: print-hash: true