From 33a74aea3b0f563f926249977372d6935be2bce0 Mon Sep 17 00:00:00 2001 From: Nick Hollon Date: Tue, 5 May 2026 16:37:44 -0400 Subject: [PATCH] ci(infra): pin `pypa/gh-action-pypi-publish` to commit SHA (#37210) --- .github/workflows/_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index 6a0904fe6a1..4753c92b248 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -207,7 +207,7 @@ jobs: path: ${{ inputs.working-directory }}/dist/ - name: Publish to test PyPI - uses: pypa/gh-action-pypi-publish@release/v1 + uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1 with: packages-dir: ${{ inputs.working-directory }}/dist/ verbose: true @@ -492,7 +492,7 @@ jobs: path: ${{ inputs.working-directory }}/dist/ - name: Publish package distributions to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 + uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1 with: packages-dir: ${{ inputs.working-directory }}/dist/ verbose: true