File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616
1717 steps :
1818 - name : Checkout code
19- uses : actions/checkout@v6
19+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2020
2121 - name : Setup Node.js
22- uses : actions/setup-node@v6
22+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2323 with :
2424 node-version : ' 24'
2525
3535 echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
3636
3737 - name : Setup pnpm cache
38- uses : actions/cache@v5
38+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
3939 with :
4040 path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
4141 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
5252 run : pnpm build
5353
5454 - name : Upload build artifacts
55- uses : actions/upload-artifact@v7
55+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
5656 if : success()
5757 with :
5858 name : build-output
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout code
23- uses : actions/checkout@v6
23+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2424
2525 - name : Setup Node.js
26- uses : actions/setup-node@v6
26+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2727 with :
2828 node-version : ' 24'
2929
3939 echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
4040
4141 - name : Setup pnpm cache
42- uses : actions/cache@v5
42+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
4343 with :
4444 path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
4545 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -53,10 +53,10 @@ jobs:
5353 run : pnpm build
5454
5555 - name : Setup Pages
56- uses : actions/configure-pages@v6
56+ uses : actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6
5757
5858 - name : Upload artifact
59- uses : actions/upload-pages-artifact@v4
59+ uses : actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4
6060 with :
6161 path : ./dist
6262
7070 steps :
7171 - name : Deploy to GitHub Pages
7272 id : deployment
73- uses : actions/deploy-pages@v5
73+ uses : actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5
You can’t perform that action at this time.
0 commit comments