@@ -41,18 +41,18 @@ jobs:
4141 packages : write
4242 steps :
4343 - name : Checkout repository
44- uses : namespacelabs/nscloud-checkout-action@938f5d2d403d6224d9a0c0dc559b1dae09c2ede4 # v8
44+ uses : namespacelabs/nscloud-checkout-action@938f5d2d403d6224d9a0c0dc559b1dae09c2ede4 # v8.1.1
4545 with :
4646 fetch-depth : ${{ github.event_name == 'push' && 2 || 0 }}
4747
4848 - name : Setup 1Password
49- uses : 1password/load-secrets-action/configure@92467eb28f72e8255933372f1e0707c567ce2259 # v4
49+ uses : 1password/load-secrets-action/configure@92467eb28f72e8255933372f1e0707c567ce2259 # v4.0.0
5050 with :
5151 service-account-token : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
5252
5353 - name : Load all secrets
5454 id : secrets
55- uses : 1password/load-secrets-action@92467eb28f72e8255933372f1e0707c567ce2259 # v4
55+ uses : 1password/load-secrets-action@92467eb28f72e8255933372f1e0707c567ce2259 # v4.0.0
5656 with :
5757 export-env : true
5858 env :
@@ -100,7 +100,7 @@ jobs:
100100 if : |
101101 github.event_name == 'push' ||
102102 (github.event_name == 'pull_request' && github.event.pull_request.draft == false)
103- uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
103+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
104104 with :
105105 registry : ghcr.io
106106 username : ${{ github.repository_owner }}
@@ -131,7 +131,7 @@ jobs:
131131 # Commit generated version metadata and README updates on release tags
132132 - name : Auto-commit release assets
133133 if : github.event_name == 'push' && steps.version.outputs.tag == 'latest'
134- uses : stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7
134+ uses : stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0
135135 with :
136136 commit_message : " chore(release): sync generated assets [skip ci]"
137137 branch : main
@@ -144,7 +144,7 @@ jobs:
144144 - name : Docker meta
145145 if : github.event_name == 'pull_request' || github.event_name == 'push'
146146 id : meta
147- uses : docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6
147+ uses : docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
148148 with :
149149 images : |
150150 ghcr.io/settlemint/network-bootstrapper
@@ -160,7 +160,7 @@ jobs:
160160
161161 - name : Build and push
162162 if : github.event_name == 'pull_request' || github.event_name == 'push'
163- uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
163+ uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
164164 with :
165165 context : .
166166 push : true
@@ -294,17 +294,17 @@ jobs:
294294 SLACK_CHANNEL_ID : " "
295295 steps :
296296 - name : Checkout repository
297- uses : namespacelabs/nscloud-checkout-action@938f5d2d403d6224d9a0c0dc559b1dae09c2ede4 # v8
297+ uses : namespacelabs/nscloud-checkout-action@938f5d2d403d6224d9a0c0dc559b1dae09c2ede4 # v8.1.1
298298 with :
299299 fetch-depth : ${{ github.event_name == 'push' && 2 || 0 }}
300300
301301 - name : Setup 1Password
302- uses : 1password/load-secrets-action/configure@92467eb28f72e8255933372f1e0707c567ce2259 # v4
302+ uses : 1password/load-secrets-action/configure@92467eb28f72e8255933372f1e0707c567ce2259 # v4.0.0
303303 with :
304304 service-account-token : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
305305
306306 - name : Load Slack secrets
307- uses : 1password/load-secrets-action@92467eb28f72e8255933372f1e0707c567ce2259 # v4
307+ uses : 1password/load-secrets-action@92467eb28f72e8255933372f1e0707c567ce2259 # v4.0.0
308308 with :
309309 export-env : true
310310 env :
@@ -348,17 +348,17 @@ jobs:
348348 SLACK_CHANNEL_ID : " "
349349 steps :
350350 - name : Checkout repository
351- uses : namespacelabs/nscloud-checkout-action@938f5d2d403d6224d9a0c0dc559b1dae09c2ede4 # v8
351+ uses : namespacelabs/nscloud-checkout-action@938f5d2d403d6224d9a0c0dc559b1dae09c2ede4 # v8.1.1
352352 with :
353353 fetch-depth : ${{ github.event_name == 'push' && 2 || 0 }}
354354
355355 - name : Setup 1Password
356- uses : 1password/load-secrets-action/configure@92467eb28f72e8255933372f1e0707c567ce2259 # v4
356+ uses : 1password/load-secrets-action/configure@92467eb28f72e8255933372f1e0707c567ce2259 # v4.0.0
357357 with :
358358 service-account-token : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
359359
360360 - name : Load Slack secrets
361- uses : 1password/load-secrets-action@92467eb28f72e8255933372f1e0707c567ce2259 # v4
361+ uses : 1password/load-secrets-action@92467eb28f72e8255933372f1e0707c567ce2259 # v4.0.0
362362 with :
363363 export-env : true
364364 env :
0 commit comments