@@ -67,14 +67,14 @@ jobs:
6767 fi
6868
6969 - name : Checkout
70- uses : actions/checkout@v4
70+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
7171 with :
7272 fetch-depth : 1
7373 ref : ${{ github.event.inputs.branch }}
7474 submodules : true
7575
7676 - name : Setup Node.js
77- uses : actions/setup-node@v4
77+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
7878 with :
7979 node-version : ' 24'
8080 # Update npm to the latest version to enable OIDC
9090 run : pnpm install --frozen-lockfile
9191
9292 - name : Download Artifact
93- uses : actions/download-artifact@v4.1.7
93+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
9494 with :
9595 path : binaries
9696
@@ -114,7 +114,7 @@ jobs:
114114 environment : release
115115 steps :
116116 - name : Checkout
117- uses : actions/checkout@v4
117+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
118118 with :
119119 fetch-depth : 1
120120 ref : ${{ github.event.inputs.branch }}
@@ -124,7 +124,7 @@ jobs:
124124 uses : ./.github/actions/setup-node
125125
126126 - name : Download Artifact
127- uses : actions/download-artifact@v4.1.7
127+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
128128 with :
129129 path : binaries
130130
@@ -147,7 +147,7 @@ jobs:
147147 fi
148148 fi
149149 - name : Upload VSCE artifact
150- uses : actions/upload-artifact@v4
150+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
151151 with :
152152 path : packages/vscode-extension/rslint-*.vsix
153153
@@ -159,7 +159,7 @@ jobs:
159159 environment : release
160160 steps :
161161 - name : Checkout
162- uses : actions/checkout@v4
162+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
163163 with :
164164 fetch-depth : 1
165165 ref : ${{ github.event.inputs.branch }}
@@ -169,7 +169,7 @@ jobs:
169169 uses : ./.github/actions/setup-node
170170
171171 - name : Download Artifact
172- uses : actions/download-artifact@v4.1.7
172+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
173173 with :
174174 path : binaries
175175
@@ -208,14 +208,14 @@ jobs:
208208 runs-on : rspack-ubuntu-22.04-large
209209 steps :
210210 - name : Checkout
211- uses : actions/checkout@v4
211+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
212212 with :
213213 fetch-depth : 1
214214 ref : ${{ github.event.inputs.branch }}
215215 submodules : true
216216
217217 - name : Setup Node.js
218- uses : actions/setup-node@v4
218+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
219219 with :
220220 node-version : ' 24'
221221
@@ -232,7 +232,7 @@ jobs:
232232 run : pnpm install --frozen-lockfile
233233
234234 - name : Download Artifact
235- uses : actions/download-artifact@v4.1.7
235+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
236236 with :
237237 path : binaries
238238
@@ -306,14 +306,14 @@ jobs:
306306 runs-on : rspack-ubuntu-22.04-large
307307 steps :
308308 - name : Checkout
309- uses : actions/checkout@v4
309+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
310310 with :
311311 fetch-depth : 1
312312 ref : ${{ github.event.inputs.branch }}
313313 submodules : true
314314
315315 - name : Setup Node.js
316- uses : actions/setup-node@v4
316+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
317317 with :
318318 node-version : ' 24'
319319
@@ -334,7 +334,7 @@ jobs:
334334 GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -o ${{ matrix.node_os }}-${{ matrix.node_arch }}-rslint ./cmd/rslint
335335
336336 - name : Upload artifact
337- uses : actions/upload-artifact@v4
337+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
338338 with :
339339 name : ${{ matrix.node_os }}-${{ matrix.node_arch }}-rslint
340340 path : ${{ matrix.node_os }}-${{ matrix.node_arch }}-rslint
0 commit comments