@@ -28,17 +28,17 @@ jobs:
2828 run : echo ${{ env.START_TIME }}
2929
3030 - name : Clone repository
31- uses : actions/checkout@v7
31+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3232 with :
3333 fetch-depth : 3
3434
3535 - name : Install pnpm
36- uses : pnpm/action-setup@v6
36+ uses : pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6
3737 with :
3838 run_install : false
3939
4040 - name : Set NodeJS
41- uses : actions/setup-node@v7
41+ uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
4242 with :
4343 node-version : 24
4444 cache : ' pnpm'
@@ -72,14 +72,14 @@ jobs:
7272
7373 - name : Upload Event File
7474 if : always()
75- uses : actions/upload-artifact@v7
75+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
7676 with :
7777 name : Event File
7878 path : ${{ github.event_path }}
7979
8080 - name : Upload E2E Test Results
8181 if : always()
82- uses : actions/upload-artifact@v7
82+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
8383 with :
8484 name : Playwright E2E Test Results
8585 path : |
8989 if : |
9090 github.ref == 'refs/heads/main' &&
9191 (contains(github.event.head_commit.message, 'chore(release)') || contains(github.event.head_commit.message, '[refresh gh-pages]'))
92- uses : peaceiris/actions-gh-pages@v4
92+ uses : peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4
9393 with :
9494 github_token : ${{ secrets.GITHUB_TOKEN }}
9595 publish_dir : ./packages/demo/dist
0 commit comments