@@ -19,15 +19,15 @@ jobs:
1919 runs-on : hiero-smart-contracts-linux-medium
2020 steps :
2121 - name : Harden Runner
22- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
22+ uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
2323 with :
2424 egress-policy : audit
2525
2626 - name : Checkout
27- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
27+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2828
2929 - name : Setup Python
30- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
30+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
3131 with :
3232 python-version : " 3.11"
3333
@@ -44,18 +44,18 @@ jobs:
4444 runs-on : hiero-smart-contracts-linux-medium
4545 steps :
4646 - name : Harden Runner
47- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
47+ uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
4848 with :
4949 egress-policy : audit
5050
5151 - name : Checkout
52- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
52+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5353 with :
5454 fetch-depth : 0
5555 submodules : ' false'
5656
5757 - name : Setup Python
58- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
58+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
5959 with :
6060 python-version : " 3.11"
6161
7676 uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
7777
7878 - name : Set up Docker Buildx
79- uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
79+ uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
8080 with :
8181 version : v0.22.0
8282 driver-opts : network=host
8585 mirrors = ["https://hub.mirror.docker.lat.ope.eng.hashgraph.io"]
8686
8787 - name : Build and push images
88- uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
88+ uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
8989 with :
9090 cache-from : type=gha
9191 cache-to : type=gha,mode=max
0 commit comments