1111 version : ${{ steps.genver.outputs.version }}
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
14+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1515 with :
1616 ref : ${{ github.ref }}
1717 fetch-depth : 0
@@ -39,14 +39,14 @@ jobs:
3939 - csharp/native/Demo.sln
4040 steps :
4141 - name : Checkout
42- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
42+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4343 with :
4444 ref : ${{ github.ref }}
4545 fetch-depth : 0
4646 submodules : true
4747
4848 - name : Install .NET Core
49- uses : actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4
49+ uses : actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5
5050 with :
5151 dotnet-version : 8.x
5252
8181 run : |
8282 git diff > patch-csharp.diff
8383
84- - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
84+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
8585 if : ${{ failure() && steps.check-diff.conclusion == 'failure' }}
8686 with :
8787 name : patch-csharp
@@ -91,12 +91,12 @@ jobs:
9191 runs-on : ubuntu-latest
9292 steps :
9393 - name : Checkout
94- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
94+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
9595 with :
9696 ref : ${{ github.head_ref }}
9797
9898 - name : Install .NET Core
99- uses : actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4
99+ uses : actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5
100100 with :
101101 dotnet-version : 8.x
102102
@@ -147,7 +147,7 @@ jobs:
147147 ctx : csharp/native/
148148 steps :
149149 - name : Checkout
150- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
150+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
151151 with :
152152 ref : ${{ github.ref }}
153153
@@ -176,7 +176,7 @@ jobs:
176176 - dynamicsubmission
177177 steps :
178178 - name : Checkout
179- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
179+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
180180 with :
181181 ref : ${{ github.ref }}
182182
@@ -189,7 +189,7 @@ jobs:
189189 aws : true
190190
191191 - name : Checkout Infra
192- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
192+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
193193 with :
194194 repository : aneoconsulting/ArmoniK
195195 path : infra
@@ -231,7 +231,7 @@ jobs:
231231 ARMONIK_SHARED_HOST_PATH : ${{ github.workspace }}/infra/infrastructure/quick-deploy/localhost/all-in-one/data/
232232 steps :
233233 - name : Checkout
234- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
234+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
235235 with :
236236 ref : ${{ github.head_ref }}
237237
@@ -244,7 +244,7 @@ jobs:
244244 aws : true
245245
246246 - name : Checkout Infra
247- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
247+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
248248 with :
249249 repository : aneoconsulting/ArmoniK
250250 path : infra
@@ -286,7 +286,7 @@ jobs:
286286 find /tmp/armoniklogs -name "*.log"
287287
288288 - name : Store logs
289- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
289+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
290290 if : always()
291291 with :
292292 name : Logs Worker
0 commit comments