@@ -45,12 +45,12 @@ jobs:
4545 runs-on : hl-contr-lin-lg
4646 steps :
4747 - name : Harden the runner (Audit all outbound calls)
48- uses : step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
48+ uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
4949 with :
5050 egress-policy : audit
5151
5252 - name : Prepare Job
53- uses : pandaswhocode/initialize-github-job@d93cd457947758129c6d93e09f89ad528119960f # 1.0.8
53+ uses : pandaswhocode/initialize-github-job@05fe2fa999e509c966283d5c5cf60df69f2049e9 # 1.2.1
5454 with :
5555 checkout : ' true'
5656 checkout-ref : ' ${{ github.ref }}'
@@ -101,12 +101,12 @@ jobs:
101101 npm_dist_tag : ${{ steps.release_mode.outputs.npm_dist_tag }}
102102 steps :
103103 - name : Harden the runner (Audit all outbound calls)
104- uses : step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
104+ uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
105105 with :
106106 egress-policy : audit
107107
108108 - name : Prepare Job
109- uses : pandaswhocode/initialize-github-job@d93cd457947758129c6d93e09f89ad528119960f # 1.0.8
109+ uses : pandaswhocode/initialize-github-job@05fe2fa999e509c966283d5c5cf60df69f2049e9 # 1.2.1
110110 with :
111111 checkout : ' true'
112112 checkout-ref : ' ${{ github.ref }}'
@@ -196,7 +196,7 @@ jobs:
196196 - name : Parse Version
197197 if : ${{ steps.set-outputs.outputs.need-release == 'true' }}
198198 id : version_parser
199- uses : step-security/semver-utils@4ae9c1fd6d1c5f8f152fe7e2efe8069a952c2ace # v4.3.2
199+ uses : step-security/semver-utils@5bb182a08240146b23b61cc002cb74004377da4b # v5.0.0
200200 with :
201201 lenient : false
202202 version : ${{ steps.set-outputs.outputs.version }}
@@ -234,12 +234,12 @@ jobs:
234234
235235 steps :
236236 - name : Harden the runner (Audit all outbound calls)
237- uses : step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
237+ uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
238238 with :
239239 egress-policy : audit
240240
241241 - name : Prepare Job
242- uses : pandaswhocode/initialize-github-job@d93cd457947758129c6d93e09f89ad528119960f # 1.0.8
242+ uses : pandaswhocode/initialize-github-job@05fe2fa999e509c966283d5c5cf60df69f2049e9 # 1.2.1
243243 with :
244244 checkout : ' true'
245245 checkout-ref : ' ${{ github.ref }}'
@@ -261,7 +261,7 @@ jobs:
261261
262262 - name : Import GPG key
263263 id : gpg_importer
264- uses : step-security/ghaction-import-gpg@69c854a83c7f79463f8bdf46772ab09826c560cd # v6.3.1
264+ uses : step-security/ghaction-import-gpg@c0b4a334b9b72bfaaebec86ef022a78a5b17f828 # v7.0.0
265265 with :
266266 gpg_private_key : ${{ secrets.GPG_KEY_CONTENTS }}
267267 passphrase : ${{ secrets.GPG_KEY_PASSPHRASE }}
@@ -343,7 +343,7 @@ jobs:
343343 - name : Close the Milestone
344344 if : ${{ needs.prepare-release.outputs.is_prerelease != 'true' && !inputs.dry-run-enabled }}
345345 id : milestone
346- uses : step-security/close-milestone@b097272a7aaa0f5c40dc6bc671d45d35c5e85b51 # v2.2.1
346+ uses : step-security/close-milestone@d6e3b63e31f1f869bd3d0403f8cdc1a68f59ab4a # v2.2.2
347347 with :
348348 milestone_name : ${{ needs.prepare-release.outputs.version }}
349349 env :
@@ -365,12 +365,12 @@ jobs:
365365 MILESTONE : ${{ needs.prepare-release.outputs.milestone }}
366366 steps :
367367 - name : Harden the runner (Audit all outbound calls)
368- uses : step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
368+ uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
369369 with :
370370 egress-policy : audit
371371
372372 - name : Prepare Job
373- uses : pandaswhocode/initialize-github-job@d93cd457947758129c6d93e09f89ad528119960f # 1.0.8
373+ uses : pandaswhocode/initialize-github-job@05fe2fa999e509c966283d5c5cf60df69f2049e9 # 1.2.1
374374 with :
375375 checkout : ' true'
376376 checkout-ref : ' ${{ github.event.repository.default_branch }}'
@@ -392,7 +392,7 @@ jobs:
392392
393393 - name : Import GPG key
394394 id : gpg_importer
395- uses : step-security/ghaction-import-gpg@69c854a83c7f79463f8bdf46772ab09826c560cd # v6.3.1
395+ uses : step-security/ghaction-import-gpg@c0b4a334b9b72bfaaebec86ef022a78a5b17f828 # v7.0.0
396396 with :
397397 gpg_private_key : ${{ secrets.GPG_KEY_CONTENTS }}
398398 passphrase : ${{ secrets.GPG_KEY_PASSPHRASE }}
@@ -413,7 +413,7 @@ jobs:
413413 run : node scripts/bump-contracts-version.js
414414
415415 - name : Create Pull Request
416- uses : peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
416+ uses : peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
417417 with :
418418 body : |
419419 **Description**:
@@ -444,12 +444,12 @@ jobs:
444444 - create-github-release
445445 steps :
446446 - name : Harden the runner (Audit all outbound calls)
447- uses : step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
447+ uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
448448 with :
449449 egress-policy : audit
450450
451451 - name : Prepare Release
452- uses : pandaswhocode/initialize-github-job@d93cd457947758129c6d93e09f89ad528119960f # 1.0.8
452+ uses : pandaswhocode/initialize-github-job@05fe2fa999e509c966283d5c5cf60df69f2049e9 # 1.2.1
453453 with :
454454 checkout : ' true'
455455 checkout-ref : ' ${{ github.ref }}'
@@ -459,7 +459,7 @@ jobs:
459459 node-registry : ' https://registry.npmjs.org/'
460460
461461 - name : Download Hiero Contracts NPM package artifact
462- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
462+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
463463 with :
464464 name : contracts-npm-package
465465 path : contracts
0 commit comments