@@ -15,14 +15,14 @@ jobs:
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v2
18+ uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
1919 - name : Install Python
20- uses : actions/setup-python@v2
20+ uses : actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2
2121 with :
2222 python-version : 3.9
2323 architecture : ' x64'
2424 - name : Install node
25- uses : actions/setup-node@v2
25+ uses : actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2
2626 with :
2727 node-version : ' 14.x'
2828
@@ -31,14 +31,14 @@ jobs:
3131 run : |
3232 echo "::set-output name=dir::$(pip cache dir)"
3333 - name : Cache pip
34- uses : actions/cache@v1
34+ uses : actions/cache@f5ce41475b483ad7581884324a6eca9f48f8dcc7 # v1
3535 with :
3636 path : ${{ steps.pip-cache.outputs.dir }}
3737 key : ${{ runner.os }}-pip-${{ hashFiles('package.json') }}
3838 restore-keys : |
3939 ${{ runner.os }}-pip-
4040 - name : Cache checked links
41- uses : actions/cache@v2
41+ uses : actions/cache@8492260343ad570701412c2f464a5877dc76bace # v2
4242 with :
4343 path : ~/.cache/pytest-link-check
4444 key : ${{ runner.os }}-linkcheck-${{ hashFiles('**/.md') }}-md-links
@@ -51,12 +51,12 @@ jobs:
5151 run : |
5252 pip install .
5353 - name : Check Release
54- uses : jupyter-server/jupyter_releaser/.github/actions/check-release@v1
54+ uses : jupyter-server/jupyter_releaser/.github/actions/check-release@599bf3468787379fe4e49adb467f103878b01ee9 # v1
5555 with :
5656 token : ${{ secrets.GITHUB_TOKEN }}
5757
5858 - name : Upload Distributions
59- uses : actions/upload-artifact@v2
59+ uses : actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # v2
6060 with :
6161 name : jupyterlab_anaconda_analytics-releaser-dist-${{ github.run_number }}
6262 path : .jupyter_releaser_checkout/dist
0 commit comments