File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2222 python-version : 3.11
2323
2424 - name : Checkout project
25- uses : actions/checkout@v3
25+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626 with :
2727 path : sandbox
2828
Original file line number Diff line number Diff line change 3030 python-version : 3.11
3131
3232 - name : Cache git folder
33- uses : actions/cache@v3
33+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.0.3
3434 with :
3535 path : sandbox/.git
3636 key : git-folder
4242 version : 1.0
4343
4444 - name : Checkout project
45- uses : actions/checkout@v3
45+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4646 with :
4747 path : sandbox
4848 submodules : recursive
@@ -105,7 +105,7 @@ jobs:
105105 ${GITHUB_WORKSPACE}/sandbox/benchmarks/inner_product/plot.sh -i /tmp/result.jsonl
106106
107107 - name : Archive benchmark plots
108- uses : actions/upload-artifact@v4
108+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
109109 with :
110110 name : structured-benchmark-plots
111111 path : |
Original file line number Diff line number Diff line change 2222 python-version : 3.9
2323
2424 - name : Checkout project
25- uses : actions/checkout@v3
25+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626 with :
2727 path : sandbox
2828 submodules : recursive
Original file line number Diff line number Diff line change 2020 python-version : " 3.10"
2121
2222 - name : Checkout project
23- uses : actions/checkout@v3
23+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2424 with :
2525 path : sandbox
2626
You can’t perform that action at this time.
0 commit comments