@@ -16,10 +16,10 @@ jobs:
1616
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2020
2121 - name : Base Setup
22- uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
22+ uses : jupyterlab/maintainer-tools/.github/actions/base-setup@affc83be6020d529b9368cd4d63e467877606600 # v1
2323
2424 - name : Install dependencies
2525 run : python -m pip install -U "jupyterlab>=4.0.0,<5"
@@ -56,15 +56,15 @@ jobs:
5656 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5757
5858 - name : Upload coverage to Codecov
59- uses : codecov/codecov-action@v5
59+ uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
6060 with :
6161 token : ${{ secrets.CODECOV_TOKEN }}
6262 files : coverage.xml,coverage/lcov.info
6363 fail_ci_if_error : true
6464
6565 - name : Upload test results to Codecov
6666 if : ' !cancelled()'
67- uses : codecov/test-results-action@v1
67+ uses : codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1
6868 with :
6969 token : ${{ secrets.CODECOV_TOKEN }}
7070 files : coverage/pytest-results.xml,coverage/junit.xml
8181 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8282
8383 - name : Upload extension packages
84- uses : actions/upload-artifact@v4
84+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
8585 with :
8686 name : extension-artifacts
8787 path : dist/jupyterlab_deepnote*
@@ -93,11 +93,11 @@ jobs:
9393
9494 steps :
9595 - name : Install Python
96- uses : actions/setup-python@v5
96+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
9797 with :
9898 python-version : ' 3.9'
9999 architecture : ' x64'
100- - uses : actions/download-artifact@v4
100+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
101101 with :
102102 name : extension-artifacts
103103 - name : Install and Test
@@ -182,8 +182,8 @@ jobs:
182182 runs-on : ubuntu-latest
183183 timeout-minutes : 15
184184 steps :
185- - uses : actions/checkout@v4
186- - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
187- - uses : jupyterlab/maintainer-tools/.github/actions/check-links@v1
185+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
186+ - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@affc83be6020d529b9368cd4d63e467877606600 # v1
187+ - uses : jupyterlab/maintainer-tools/.github/actions/check-links@affc83be6020d529b9368cd4d63e467877606600 # v1
188188 with :
189189 ignore_links : ' https://github.com/deepnote/jupyterlab-deepnote/pull/ https://github.com/deepnote/jupyterlab-deepnote/issues/ https://github.com/deepnote/jupyterlab-deepnote/actions/workflows/ci.yml https://github.com/deepnote/jupyterlab-deepnote/actions/workflows/ci.yml/badge.svg'
0 commit comments