File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1313 build :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
17+ with :
18+ persist-credentials : false
1719 - name : Install Node.js
18- uses : actions/setup-node@v4
20+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
1921 with :
2022 node-version : 20
2123 cache : npm
2426 - name : Build documentation
2527 run : npm run build
2628 - name : Upload artifact
27- uses : actions/upload-pages-artifact@v3
29+ uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa
2830 with :
2931 path : ./docs/
3032
4042 steps :
4143 - name : Deploy to GitHub Pages
4244 id : deployment
43- uses : actions/deploy-pages@v4
45+ uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
13+ with :
14+ persist-credentials : false
1315 - name : Setup Node.js
14- uses : actions/setup-node@v4
16+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
1517 with :
1618 node-version : 20
1719 cache : npm
You can’t perform that action at this time.
0 commit comments