@@ -26,25 +26,25 @@ jobs:
2626 runs-on : ubuntu-latest
2727
2828 steps :
29- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # https://github.com/actions/checkout/releases/tag/v4.1.1
29+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # https://github.com/actions/checkout/releases/tag/v6.0.2
3030
31- - uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1 .0
31+ - uses : pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # https://github.com/pnpm/action-setup/releases/tag/ v4.2 .0
3232 name : Install pnpm
3333
3434 - name : Use Node.js
35- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # https://github.com/actions/setup-node/releases/tag/v4.4 .0
35+ uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # https://github.com/actions/setup-node/releases/tag/v6.2 .0
3636 with :
3737 node-version-file : ' .nvmrc'
3838 cache : ' pnpm'
3939
4040 - name : Find PR
41- uses : jwalton/gh-find-current-pr@7ada613939e2a233c83a1320679446fa1c6bdcb9 # https://github.com/jwalton/gh-find-current-pr/tree/v1.3.2
41+ uses : jwalton/gh-find-current-pr@89ee5799558265a1e0e31fab792ebb4ee91c016b # https://github.com/jwalton/gh-find-current-pr/tree/v1.3.3
4242 id : pr-finder
4343
4444 - name : Get PR details
4545 id : get-pr
4646 if : ${{ steps.pr-finder.outputs.pr }}
47- uses : actions/github-script@v7
47+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # https://github.com/actions/github-script/releases/tag/v8.0.0
4848 with :
4949 script : |
5050 const { data: pullRequest } = await github.rest.pulls.get({
8484 BRANCH_NAME : ${{ steps.get-pr.outputs.source_branch || github.ref_name }}
8585
8686 - name : Publish sticky comment in PR. Docs are being built
87- uses : marocchino/sticky-pull-request-comment@adca94abcaf73c10466a71cc83ae561fd66d1a56 # https://github.com/marocchino/sticky-pull-request-comment/tree/v2.3.0
87+ uses : marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # https://github.com/marocchino/sticky-pull-request-comment/tree/v2.9.4
8888 if : ${{ steps.pr-finder.outputs.pr }}
8989 with :
9090 number : ${{ steps.pr-finder.outputs.pr }}
@@ -103,7 +103,7 @@ jobs:
103103 npm run all build -- --e examples visual-tests
104104
105105 mkdir -p docs/.vuepress/public/@handsontable
106-
106+
107107 # cp -r ./wrappers/angular-wrapper docs/.vuepress/public/@handsontable
108108 # cp -r ./wrappers/react-wrapper docs/.vuepress/public/@handsontable
109109 # cp -r ./wrappers/vue3 docs/.vuepress/public/@handsontable
@@ -147,7 +147,7 @@ jobs:
147147 cp -r ../../wrappers/vue3 docs/docs/@handsontable/
148148
149149 - name : Publish preview to Netlify
150- uses : nick-fields/retry@v3
150+ uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # https://github.com/nick-fields/retry/releases/tag/v3.0.2
151151 with :
152152 timeout_seconds : 1600
153153 max_attempts : 3
@@ -159,10 +159,9 @@ jobs:
159159 env :
160160 NETLIFY_AUTH_TOKEN : ${{ secrets.NETLIFY_PREVIEW_AUTH_TOKEN }}
161161 NETLIFY_SITE_ID : ${{ env.NETLIFY_SITE_ID }}
162-
163162
164163 - name : Publish sticky comment in PR
165- uses : marocchino/sticky-pull-request-comment@adca94abcaf73c10466a71cc83ae561fd66d1a56 # https://github.com/marocchino/sticky-pull-request-comment/tree/v2.3.0
164+ uses : marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # https://github.com/marocchino/sticky-pull-request-comment/tree/v2.9.4
166165 if : ${{ steps.pr-finder.outputs.pr }}
167166 with :
168167 number : ${{ steps.pr-finder.outputs.pr }}
0 commit comments