@@ -71,35 +71,35 @@ jobs:
7171 runs-on : namespace-profile-btp-scs
7272 steps :
7373 - name : Setup 1Password
74- uses : 1password/load-secrets-action/configure@v3
74+ uses : 1password/load-secrets-action/configure@v3.2.1
7575 with :
7676 service-account-token : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
7777
7878 - name : Load secrets
79- uses : 1password/load-secrets-action@v3
79+ uses : 1password/load-secrets-action@v3.2.1
8080 with :
8181 export-env : true
8282 env :
8383 NPM_TOKEN : op://platform/npmjs/credential
8484 PAT_TOKEN : op://platform/github-commit-pat/credential
8585
8686 - name : Checkout
87- uses : namespacelabs/nscloud-checkout-action@v7
87+ uses : namespacelabs/nscloud-checkout-action@v7.1.0
8888 with :
8989 token : ${{ env.PAT_TOKEN }}
9090
9191 - name : Setup caches
92- uses : namespacelabs/nscloud-cache-action@v1
92+ uses : namespacelabs/nscloud-cache-action@v1.4.2
9393 with :
9494 path : |
9595 ./node_modules
9696 ~/.npm
9797 ~/.bun/install/cache
9898
9999 - name : Install Foundry
100- uses : foundry-rs/foundry-toolchain@v1
100+ uses : foundry-rs/foundry-toolchain@v1.7.0
101101
102- - uses : actions/setup-node@v6
102+ - uses : actions/setup-node@v6.3.0
103103 with :
104104 node-version : 24.11.1
105105
@@ -177,7 +177,7 @@ jobs:
177177 fi
178178
179179 - name : Inject slug/short variables
180- uses : rlespinasse/github-slug-action@v5
180+ uses : rlespinasse/github-slug-action@v5.6.0
181181
182182 - name : Package version
183183 id : package-version
@@ -232,7 +232,7 @@ jobs:
232232 echo "\`\`\`" >> README.md
233233 fi
234234
235- - uses : JS-DevTools/npm-publish@v4
235+ - uses : JS-DevTools/npm-publish@v4.1.5
236236 with :
237237 token : ${{ env.NPM_TOKEN }}
238238 package : ./package.json
@@ -243,7 +243,7 @@ jobs:
243243
244244 - name : Create or update a comment
245245 if : ${{ github.event_name == 'pull_request' }}
246- uses : taoliujun/action-unique-comment@v1
246+ uses : taoliujun/action-unique-comment@v1.0.1
247247 with :
248248 uniqueIdentifier : ${{ github.workflow }}
249249 body : |
@@ -252,39 +252,39 @@ jobs:
252252 | ------- | -------------------- |
253253 | Template Set | `bun add @${{ github.repository_owner }}/${{ github.repository }}@${{ env.VERSION }}` |
254254
255- - uses : stefanzweifel/git-auto-commit-action@v7
255+ - uses : stefanzweifel/git-auto-commit-action@v7.1.0
256256 if : env.TAG == 'latest' && github.repository != 'settlemint/solidity-predeployed'
257257 with :
258258 commit_message : " chore: update package versions [skip ci]"
259259 branch : main
260260 file_pattern : " package.json README.md"
261261
262- - uses : stefanzweifel/git-auto-commit-action@v7
262+ - uses : stefanzweifel/git-auto-commit-action@v7.1.0
263263 if : env.TAG == 'latest' && github.repository == 'settlemint/solidity-predeployed'
264264 with :
265265 commit_message : " chore: update package versions [skip ci]"
266266 branch : main
267267 file_pattern : " package.json README.md all_allocations.json"
268268
269269 - name : Set up QEMU
270- uses : docker/setup-qemu-action@v3
270+ uses : docker/setup-qemu-action@v3.7.0
271271
272272 - name : Set up Docker Buildx
273- uses : docker/setup-buildx-action@v3
273+ uses : docker/setup-buildx-action@v3.12.0
274274
275275 - name : Install Cosign
276- uses : sigstore/cosign-installer@v3
276+ uses : sigstore/cosign-installer@v3.10.1
277277
278278 - name : Login to GitHub Container Registry
279- uses : docker/login-action@v3
279+ uses : docker/login-action@v3.7.0
280280 with :
281281 registry : ghcr.io
282282 username : ${{ github.repository_owner }}
283283 password : ${{ secrets.GITHUB_TOKEN }}
284284
285285 - name : Docker meta
286286 id : docker_meta
287- uses : docker/metadata-action@v5
287+ uses : docker/metadata-action@v5.10.0
288288 with :
289289 images : |
290290 ghcr.io/${{ github.repository }}
@@ -298,7 +298,7 @@ jobs:
298298 type=sha
299299
300300 - name : Build and push
301- uses : docker/build-push-action@v6
301+ uses : docker/build-push-action@v6.19.2
302302 id : build-and-push
303303 with :
304304 platforms : linux/amd64,linux/arm64
0 commit comments