Skip to content

Commit f463f84

Browse files
authored
INTPYTHON-608 Use pinned sources for GitHub Actions (#72)
1 parent 3ec41a1 commit f463f84

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dist.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
name: Build CPython-${{ matrix.os }}
3333
steps:
3434
- uses: actions/checkout@v4
35-
- uses: pypa/[email protected]
35+
- uses: pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
3636
env:
3737
CIBW_ARCHS_MACOS: x86_64 universal2
3838
CIBW_TEST_SKIP: '*universal2:arm64'

.github/workflows/release-python.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@ jobs:
7676
name: all-dist-${{ github.run_id }}
7777
path: dist/
7878
- name: Publish package distributions to TestPyPI
79-
uses: pypa/gh-action-pypi-publish@release/v1
79+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
8080
with:
8181
repository-url: https://test.pypi.org/legacy/
8282
skip-existing: true
8383
attestations: ${{ env.DRY_RUN }}
8484
- name: Publish distribution 📦 to PyPI
8585
if: startsWith(env.DRY_RUN, 'false')
86-
uses: pypa/gh-action-pypi-publish@release/v1
86+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
8787

8888
post-publish:
8989
needs: [publish]

0 commit comments

Comments
 (0)