Skip to content

Commit 5897a02

Browse files
committed
CI: pin actions by SHA
This eliminates the possibility of a tag being changed under us.
1 parent b5349cd commit 5897a02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
echo "SDIST_DIR=$extractedDir" | Out-File -FilePath $env:GITHUB_ENV -Append
120120
121121
- name: Build basemap wheels from sdist
122-
uses: pypa/[email protected]
122+
uses: pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0
123123
env:
124124
CIBW_ARCHS: "native"
125125
CIBW_BUILD: "cp39* cp310* cp311* cp312* cp313*"
@@ -270,7 +270,7 @@ jobs:
270270
merge-multiple: true
271271

272272
- name: Publish to PyPI
273-
uses: pypa/gh-action-pypi-publish@release/v1
273+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
274274
with:
275275
password: ${{ secrets.PYPI_TOKEN }}
276276
repository-url: ${{ secrets.PYPI_REPOSITORY_URL }}

0 commit comments

Comments
 (0)