29
29
30
30
steps :
31
31
- name : Checkout
32
- uses : actions/checkout@v4
32
+ uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0
33
33
with :
34
34
fetch-depth : 0
35
35
38
38
39
39
- name : Set up MSVC Environment
40
40
if : runner.os == 'Windows'
41
- uses : ilammy/msvc-dev-cmd@v1
41
+ uses : ilammy/msvc-dev-cmd@460a772e4cf7358f9f2f23773240813e40e7a894 # v1.13.0
42
42
with :
43
43
arch : ${{ matrix.arch }}
44
44
@@ -118,7 +118,7 @@ jobs:
118
118
shell : cmd
119
119
120
120
- name : Upload Binaries
121
- uses : actions/upload-artifact@v4
121
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
122
122
with :
123
123
name : todoctor-${{ matrix.platform }}-${{ matrix.arch }}
124
124
path : ' **/*'
@@ -130,7 +130,7 @@ jobs:
130
130
131
131
steps :
132
132
- name : Checkout
133
- uses : actions/checkout@v4
133
+ uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0
134
134
with :
135
135
fetch-depth : 0
136
136
@@ -144,31 +144,31 @@ jobs:
144
144
run : pnpm run build:preview
145
145
146
146
- name : Download Binaries for Linux x64
147
- uses : actions/download-artifact@v4
147
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
148
148
with :
149
149
name : todoctor-ubuntu-latest-x64
150
150
path : .
151
151
152
152
- name : Download Binaries for Linux arm64
153
- uses : actions/download-artifact@v4
153
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
154
154
with :
155
155
name : todoctor-ubuntu-latest-arm64
156
156
path : .
157
157
158
158
- name : Download Binaries for macOS x64
159
- uses : actions/download-artifact@v4
159
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
160
160
with :
161
161
name : todoctor-macos-latest-x64
162
162
path : .
163
163
164
164
- name : Download Binaries for macOS arm64
165
- uses : actions/download-artifact@v4
165
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
166
166
with :
167
167
name : todoctor-macos-latest-arm64
168
168
path : .
169
169
170
170
- name : Download Binaries for Windows x64
171
- uses : actions/download-artifact@v4
171
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
172
172
with :
173
173
name : todoctor-windows-latest-x64
174
174
path : .
0 commit comments