File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ jobs:
3939 # python-version: ${{matrix.version}}
4040
4141 - name : " Checkout This Repo"
42- uses : actions/checkout@v4
42+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4343
4444 - name : " Checkout iree-turbine"
45- uses : actions/checkout@v4
45+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4646 with :
4747 repository : iree-org/iree-turbine
4848 # TODO: Let the ref be passed as a parameter to run integration tests.
Original file line number Diff line number Diff line change @@ -31,18 +31,18 @@ jobs:
3131 python-version : ${{matrix.version}}
3232
3333 - name : " Checkout SHARK-ModelDev"
34- uses : actions/checkout@v4
34+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3535 with :
3636 ref : bump-punet-tom
3737
3838 - name : " Checkout iree-turbine"
39- uses : actions/checkout@v4
39+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4040 with :
4141 repository : iree-org/iree-turbine
4242 path : iree-turbine
4343
4444 - name : " Checkout iree"
45- uses : actions/checkout@v4
45+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4646 with :
4747 repository : iree-org/iree
4848 path : iree
Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ jobs:
3030 python-version : ${{matrix.version}}
3131
3232 - name : " Checkout SHARK"
33- uses : actions/checkout@v4
33+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3434 with :
3535 repository : " nod-ai/SHARK.git"
3636 path : SHARK
3737 ref : " main"
3838
3939 - name : " Checkout iree-turbine"
40- uses : actions/checkout@v4
40+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4141 with :
4242 repository : iree-org/iree-turbine
4343 # TODO: Let the ref be passed as a parameter to run integration tests.
You can’t perform that action at this time.
0 commit comments