@@ -15,15 +15,15 @@ jobs:
1515 needs : test
1616 steps :
1717 - name : Checkout code
18- uses : actions/checkout@v4
18+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1919
2020 - name : Set up Python
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
2222 with :
2323 python-version : ' 3.13'
2424
2525 - name : Install uv
26- uses : astral-sh/setup-uv@v3
26+ uses : astral-sh/setup-uv@caf0cab7a618c569241d31dcd442f54681755d39 # v3
2727
2828 - name : Check tag matches pyproject.toml version
2929 run : |
4848 password : ${{ secrets.PYPI_API_TOKEN }}
4949
5050 - name : Upload Python artifacts
51- uses : actions/upload-artifact@v4
51+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
5252 with :
5353 name : python-dist
5454 path : dist/
@@ -58,10 +58,10 @@ jobs:
5858 needs : test
5959 steps :
6060 - name : Checkout code
61- uses : actions/checkout@v4
61+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6262
6363 - name : Set up Node.js
64- uses : actions/setup-node@v4
64+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
6565 with :
6666 node-version : ' 18'
6767
8585 run : dxt pack
8686
8787 - name : Upload DXT artifacts
88- uses : actions/upload-artifact@v4
88+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
8989 with :
9090 name : dxt-dist
9191 path : ' *.dxt'
@@ -95,19 +95,19 @@ jobs:
9595 needs : [build_package, build_extension]
9696 steps :
9797 - name : Download Python artifacts
98- uses : actions/download-artifact@v4
98+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
9999 with :
100100 name : python-dist
101101 path : dist/
102102
103103 - name : Download DXT artifacts
104- uses : actions/download-artifact@v4
104+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
105105 with :
106106 name : dxt-dist
107107 path : ./
108108
109109 - name : Create Release
110- uses : softprops/action-gh-release@v1
110+ uses : softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
111111 with :
112112 files : |
113113 *.dxt
0 commit comments