@@ -24,27 +24,27 @@ jobs:
2424 SOURCE_REF : ${{ inputs.source_ref || github.event.pull_request.head.sha || github.sha }}
2525
2626 steps :
27- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
27+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
2828 with :
2929 path : tooling
3030
3131 - name : Check out source ref
32- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
32+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
3333 with :
3434 ref : ${{ env.SOURCE_REF }}
3535 path : source
3636
37- - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
37+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
3838 with :
3939 node-version : " 22"
4040 cache : " npm"
4141 cache-dependency-path : source/package-lock.json
4242
43- - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
43+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
4444 with :
4545 python-version : " 3.13"
4646
47- - uses : astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a
47+ - uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39
4848 with :
4949 version : " 0.11.5"
5050 enable-cache : false
8484
8585 - name : Build universal mpak bundle
8686 id : build_bundle
87- uses : NimbleBrainInc/mcpb-pack@bcc565454580b378121fef0f5086d2979f07ddbd
87+ uses : NimbleBrainInc/mcpb-pack@e74c82722fa4b954ce7740f875d6c437ae471df6
8888 with :
8989 directory : tooling/artifacts/mpak-package
9090 upload : false
@@ -107,7 +107,7 @@ jobs:
107107 run : mpak-scanner scan "${{ steps.build_bundle.outputs.bundle-path }}" --json > scan-results.json
108108
109109 - name : Upload scanner results
110- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
110+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
111111 with :
112112 name : mpak-scan-results
113113 path : tooling/artifacts/mpak-package/scan-results.json
0 commit comments