File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
2020 continue-on-error : true # Silently fail - don't show red X on PRs
2121 steps :
2222 - name : Harden Runner
23- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
23+ uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
2424 with :
2525 egress-policy : audit
2626
2727 - name : Checkout Code
28- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
28+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929 with :
3030 token : ${{ secrets.GH_ACCESS_TOKEN }}
3131 fetch-depth : 0
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
1515 runs-on : hiero-improvement-proposals-linux-medium
1616 steps :
1717 - name : Harden Runner
18- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
18+ uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
1919 with :
2020 egress-policy : audit
2121
2222 - name : Check out repository code
23- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
23+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424 with :
2525 fetch-depth : 0
2626
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ jobs:
2222
2323 steps :
2424 - name : Harden Runner
25- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
25+ uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
2626 with :
2727 egress-policy : audit
2828
2929 - name : Check out the code
30- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
30+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131
3232 - name : Import GPG Key
3333 id : gpg_importer
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ jobs:
2424 runs-on : hiero-improvement-proposals-linux-medium
2525 steps :
2626 - name : Harden Runner
27- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
27+ uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
2828 with :
2929 egress-policy : audit
3030
3131 - name : Checkout repository
32- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
32+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3333
3434 - name : Extract HIP abstract
3535 id : extract_abstract
Original file line number Diff line number Diff line change 2222 runs-on : hiero-improvement-proposals-linux-medium
2323 steps :
2424 - name : Harden Runner
25- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
25+ uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
2626 with :
2727 egress-policy : audit
2828
Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ jobs:
2929
3030 steps :
3131 - name : Harden Runner
32- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
32+ uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
3333 with :
3434 egress-policy : audit
3535
3636 - name : Check out the code
37- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
37+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3838
3939 - name : Process Stale PRs
4040 env :
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
1717 pull-requests : read
1818 steps :
1919 - name : Harden the runner (Audit all outbound calls)
20- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
20+ uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
2121 with :
2222 egress-policy : audit
2323
2424 - name : Checkout Code
25- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
25+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626 with :
2727 token : ${{ secrets.GH_ACCESS_TOKEN }}
2828 ref : ' main'
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 runs-on : hiero-improvement-proposals-linux-medium
1515 steps :
1616 - name : Harden Runner
17- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
17+ uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
1818 with :
1919 egress-policy : audit
2020
2121 - name : Check out repository code
22- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
22+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323 with :
2424 fetch-depth : 0
2525
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ needs-hiero-approval: Yes
1111needs-hedera-review : Yes
1212hedera-review-date :
1313hedera-acceptance-decision :
14- discussions-to : https://github.com/hashgraph/Hiero -improvement-proposal /pull/1137
14+ discussions-to : https://github.com/hiero-ledger/hiero -improvement-proposals /pull/1137
1515status : Review
1616created : 2025-03-07
1717updated : 2026-01-20
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ status: Active
1212last-call-date-time : 2025-10-28T07:00:00Z
1313created : 2025-05-07
1414discussions-to : https://github.com/hiero-ledger/hiero-improvement-proposals/pull/1190
15- replaces : [ 820](https://github.com/hiero-ledger/hiero-improvement-proposals/blob/main/HIP/hip-820.md)
15+ replaces : 820
1616updated : 2025-11-13
1717---
1818
You can’t perform that action at this time.
0 commit comments