2222
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@v6
25+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626 with :
2727 fetch-tags : true
2828 persist-credentials : false
@@ -54,14 +54,14 @@ jobs:
5454
5555 steps :
5656 - name : Checkout
57- uses : actions/checkout@v6
57+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5858 with :
5959 persist-credentials : false
6060
6161 - name : Install dependencies
6262 run : build/linux-x64/install.dependencies.sh
6363
64- - uses : actions/setup-dotnet@v5
64+ - uses : actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
6565 with :
6666 dotnet-version : 8.x
6767
@@ -88,14 +88,14 @@ jobs:
8888
8989 steps :
9090 - name : Checkout
91- uses : actions/checkout@v6
91+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9292 with :
9393 persist-credentials : false
9494
9595 - name : Install dependencies
9696 run : build/linux-musl-x64/install.dependencies.sh
9797
98- - uses : actions/setup-dotnet@v5
98+ - uses : actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
9999 with :
100100 dotnet-version : 8.x
101101
@@ -120,14 +120,14 @@ jobs:
120120
121121 steps :
122122 - name : Checkout
123- uses : actions/checkout@v6
123+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
124124 with :
125125 persist-credentials : false
126126
127127 - name : Install dependencies
128128 run : build/linux-arm64/install.dependencies.sh
129129
130- - uses : actions/setup-dotnet@v5
130+ - uses : actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
131131 with :
132132 dotnet-version : |
133133 8.x
@@ -154,14 +154,14 @@ jobs:
154154
155155 steps :
156156 - name : Checkout
157- uses : actions/checkout@v6
157+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
158158 with :
159159 persist-credentials : false
160160
161161 - name : Install dependencies
162162 run : build/macos-x64/install.dependencies.sh
163163
164- - uses : actions/setup-dotnet@v5
164+ - uses : actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
165165 with :
166166 dotnet-version : 8.x
167167
@@ -180,14 +180,14 @@ jobs:
180180
181181 steps :
182182 - name : Checkout
183- uses : actions/checkout@v6
183+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
184184 with :
185185 persist-credentials : false
186186
187187 - name : Install dependencies
188188 run : build/macos-arm64/install.dependencies.sh
189189
190- - uses : actions/setup-dotnet@v5
190+ - uses : actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
191191 with :
192192 dotnet-version : 8.x
193193
@@ -227,7 +227,7 @@ jobs:
227227
228228 steps :
229229 - name : Checkout
230- uses : actions/checkout@v6
230+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
231231 with :
232232 persist-credentials : false
233233
@@ -264,7 +264,7 @@ jobs:
264264 working-directory : publish
265265
266266 - name : Upload library
267- uses : actions/upload-artifact@v6
267+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
268268 with :
269269 name : Magick.NET-${{ matrix.quantumName }}-${{ matrix.platformName }}
270270 path : publish/output
@@ -284,7 +284,7 @@ jobs:
284284
285285 steps :
286286 - name : Checkout
287- uses : actions/checkout@v6
287+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
288288 with :
289289 persist-credentials : false
290290
@@ -321,7 +321,7 @@ jobs:
321321 working-directory : publish
322322
323323 - name : Upload library
324- uses : actions/upload-artifact@v6
324+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
325325 with :
326326 name : Magick.NET-${{ matrix.quantumName }}-${{ matrix.platformName }}
327327 path : publish/output
@@ -339,7 +339,7 @@ jobs:
339339
340340 steps :
341341 - name : Checkout
342- uses : actions/checkout@v6
342+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
343343 with :
344344 persist-credentials : false
345345
@@ -368,7 +368,7 @@ jobs:
368368 working-directory : publish
369369
370370 - name : Upload library
371- uses : actions/upload-artifact@v6
371+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
372372 with :
373373 name : Magick.NET.${{ matrix.libraryName }}
374374 path : publish/output
@@ -396,7 +396,7 @@ jobs:
396396
397397 steps :
398398 - name : Checkout
399- uses : actions/checkout@v6
399+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
400400 with :
401401 persist-credentials : false
402402
@@ -405,7 +405,7 @@ jobs:
405405 working-directory : build/windows
406406
407407 - name : Download artifacts
408- uses : actions/download-artifact@v7
408+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
409409 with :
410410 path : packages
411411 merge-multiple : true
0 commit comments