File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818 name : release
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v3
22- - uses : actions/setup-node@v3
21+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
22+ - uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
2323 with :
2424 cache : npm
2525 node-version : lts/*
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
2121 - windows-latest
2222 runs-on : " ${{ matrix.os }}"
2323 steps :
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
2525 - run : git config --global user.name github-actions
2626 - run : git config --global user.email github-actions@github.com
2727 - name : " Use Node.js ${{ matrix.node-version }}"
28- uses : actions/setup-node@v3
28+ uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
2929 with :
3030 node-version : " ${{ matrix.node-version }}"
3131 cache : npm
3737 runs-on : ubuntu-latest
3838 needs : test_matrix
3939 steps :
40- - uses : actions/checkout@v3
40+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
4141 - name : " Use Node.js ${{ matrix.node-version }}"
42- uses : actions/setup-node@v3
42+ uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
4343 with :
4444 node-version : " ${{ matrix.node-version }}"
4545 cache : npm
You can’t perform that action at this time.
0 commit comments