@@ -13,17 +13,17 @@ jobs:
1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1717 - name : Configure Python version
18- uses : actions/setup-python@v4
18+ uses : actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4
1919 with :
2020 python-version : " 3.11"
2121 architecture : x64
2222 - name : Build wheels
2323 run : |
2424 python -m pip install wheel
2525 python -m pip wheel . -w ./wheelhouse
26- - uses : actions/upload-artifact@v4
26+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
2727 with :
2828 name : cibw-wheel-pure
2929 path : wheelhouse/spacy_curated_transformers-*.whl
@@ -32,11 +32,11 @@ jobs:
3232 name : Build source distribution
3333 runs-on : ubuntu-latest
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3636
3737 - name : Build sdist
3838 run : pipx run build --sdist
39- - uses : actions/upload-artifact@v4
39+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
4040 with :
4141 name : cibw-sdist
4242 path : dist/*.tar.gz
@@ -70,15 +70,15 @@ jobs:
7070 echo "FULL_TAG=$TAG_NAME" >> $GITHUB_ENV
7171 echo "TAG_NAME=$TAG_NAME" >> $GITHUB_ENV
7272 echo "IS_PRERELEASE=$IS_PRERELEASE" >> $GITHUB_ENV
73- - uses : actions/download-artifact@v4
73+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
7474 with :
7575 # unpacks all CIBW artifacts into dist/
7676 pattern : cibw-*
7777 path : dist
7878 merge-multiple : true
7979 - name : Create Draft Release
8080 id : create_release
81- uses : softprops/action-gh-release@v2
81+ uses : softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2
8282 if : startsWith(github.ref, 'refs/tags/')
8383 env :
8484 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
0 commit comments