@@ -80,33 +80,33 @@ runs:
8080 echo "VERSION=$VERSION" >> $GITHUB_ENV
8181 - name : Setup PNPM
8282 if : ${{ env.PACKAGE_MANAGER == 'pnpm' }}
83- uses : pnpm/action-setup@v4
83+ uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
8484 with :
8585 version : ${{ env.VERSION }}
8686 package_json_file : " ${{ inputs.path }}/package.json"
8787
8888 - name : Setup Bun
8989 if : ${{ env.PACKAGE_MANAGER == 'bun' }}
90- uses : oven-sh/setup-bun@v2
90+ uses : oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2.0.2
9191 with :
9292 bun-version : ${{ env.VERSION }}
9393
9494 - name : Setup Deno
9595 if : ${{ env.PACKAGE_MANAGER == 'deno' }}
96- uses : denoland/setup-deno@v2
96+ uses : denoland/setup-deno@e95548e56dfa95d4e1a28d6f422fafe75c4c26fb # v2.0.3
9797 with :
9898 deno-version : ${{ env.VERSION }}
9999
100100 - name : Setup Node
101- uses : actions/setup-node@v4
101+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
102102 if : ${{ env.PACKAGE_MANAGER != 'bun' && env.PACKAGE_MANAGER != 'deno' }}
103103 with :
104104 node-version : ${{ inputs.node-version }}
105105 cache : ${{ env.PACKAGE_MANAGER }}
106106 cache-dependency-path : " ${{ inputs.path }}/${{ env.LOCKFILE }}"
107107
108108 - name : Setup Node (Bun)
109- uses : actions/setup-node@v4
109+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
110110 if : ${{ env.PACKAGE_MANAGER == 'bun' }}
111111 with :
112112 node-version : ${{ inputs.node-version }}
@@ -144,6 +144,6 @@ runs:
144144 run : ${{ inputs.build-cmd || 'deno task build' }}
145145
146146 - name : Upload Pages Artifact
147- uses : actions/upload-pages-artifact@v3
147+ uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
148148 with :
149149 path : " ${{ inputs.path }}/dist/"
0 commit comments