@@ -203,7 +203,7 @@ jobs:
203203 git config --global --add safe.directory "*"
204204
205205 - name : Setup python
206- uses : actions/setup-python@v5
206+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
207207 if : ${{ !contains(matrix.container, 'alpine') }}
208208 id : python-setup
209209 with :
@@ -268,7 +268,7 @@ jobs:
268268 run : yarn build:lib
269269
270270 - name : Archive Binary
271- uses : actions/upload-artifact@v4
271+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
272272 with :
273273 name : stack-trace-${{ matrix.binary }}
274274 path : ${{ github.workspace }}/lib/stack-trace-${{matrix.binary}}.node
@@ -293,7 +293,7 @@ jobs:
293293 run : yarn build:lib
294294
295295 - name : Extract Prebuilt Binaries
296- uses : actions/download-artifact@v4
296+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
297297 with :
298298 pattern : stack-trace-*
299299 path : ${{ github.workspace }}/lib/
@@ -303,7 +303,7 @@ jobs:
303303 run : yarn build:tarball
304304
305305 - name : Archive artifacts
306- uses : actions/upload-artifact@v4
306+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
307307 with :
308308 name : ${{ github.sha }}
309309 retention-days : 90
@@ -335,7 +335,7 @@ jobs:
335335 - name : Install dependencies
336336 run : yarn install --ignore-engines --ignore-scripts --frozen-lockfile
337337 - name : Download Tarball
338- uses : actions/download-artifact@v4
338+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
339339 with :
340340 name : ${{ github.sha }}
341341 - name : Run tests
0 commit comments