File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ jobs:
2323 runs-on : ubuntu-latest
2424
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2727 with :
2828 lfs : false
2929 fetch-depth : 1
3030
3131 - name : Install uv
32- uses : astral-sh/setup-uv@v5
32+ uses : astral-sh/setup-uv@e58605a9b6da7c637471fab8847a5e5a6b8df081 # v5
3333
3434 - name : Install dependencies
3535 working-directory : ./project/common/alcatraz
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Check out repository
12- uses : actions/checkout@v4
12+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1313
1414 - name : Set up Python 3.11
15- uses : actions/setup-python@v5
15+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
1616 with :
1717 python-version : ' 3.11'
1818
Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
2424 runs-on : ubuntu-latest
2525
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2828 with :
2929 lfs : false
3030 fetch-depth : 1
3131
3232 - name : Install uv
33- uses : astral-sh/setup-uv@v5
33+ uses : astral-sh/setup-uv@e58605a9b6da7c637471fab8847a5e5a6b8df081 # v5
3434
3535 - name : Install dependencies
3636 working-directory : ./project/common/compatibility_api
Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
2424 runs-on : ubuntu-latest
2525
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2828 with :
2929 lfs : false
3030 fetch-depth : 1
3131
3232 - name : Install uv
33- uses : astral-sh/setup-uv@v5
33+ uses : astral-sh/setup-uv@e58605a9b6da7c637471fab8847a5e5a6b8df081 # v5
3434
3535 - name : Install dependencies
3636 working-directory : ./project/common/compatibility_api_preparedness
Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ jobs:
2929 OPENAI_API_KEY : ${{ secrets.OPENAI_API_KEY }}
3030
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3333 with :
3434 lfs : false
3535 fetch-depth : 1
3636
3737 - name : Install uv
38- uses : astral-sh/setup-uv@v5
38+ uses : astral-sh/setup-uv@e58605a9b6da7c637471fab8847a5e5a6b8df081 # v5
3939
4040 - name : Install dependencies
4141 working-directory : ./project/paperbench
Original file line number Diff line number Diff line change 2626 OPENAI_API_KEY : ${{ secrets.OPENAI_API_KEY }}
2727
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3030 with :
3131 lfs : false
3232 fetch-depth : 1
3737 git lfs checkout project/paperbench/data/papers/lca-on-the-line
3838
3939 - name : Install uv
40- uses : astral-sh/setup-uv@v5
40+ uses : astral-sh/setup-uv@e58605a9b6da7c637471fab8847a5e5a6b8df081 # v5
4141
4242 - name : Install dependencies
4343 working-directory : ./project/paperbench
4747 uv sync
4848
4949 - name : Set up Docker
50- uses : docker/setup-buildx-action@v3
50+ uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
5151 with :
5252 driver : docker
5353
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ jobs:
2525 OPENAI_API_KEY : ${{ secrets.OPENAI_API_KEY }}
2626
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2929 with :
3030 lfs : true
3131 fetch-depth : 0
3232
3333 - name : Install uv
34- uses : astral-sh/setup-uv@v5
34+ uses : astral-sh/setup-uv@e58605a9b6da7c637471fab8847a5e5a6b8df081 # v5
3535
3636 - name : Install dependencies
3737 working-directory : ./project/common/preparedness_turn_completer
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ jobs:
2121 OPENAI_API_KEY : ${{ secrets.OPENAI_API_KEY }}
2222
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2525 with :
2626 lfs : false
2727 fetch-depth : 1
2828
2929 - name : Install uv
30- uses : astral-sh/setup-uv@v5
30+ uses : astral-sh/setup-uv@e58605a9b6da7c637471fab8847a5e5a6b8df081 # v5
3131
3232 - name : Install dependencies
3333 working-directory : ./project/common/preparedness_turn_completer
Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ jobs:
2828 OPENAI_API_KEY : ${{ secrets.OPENAI_API_KEY }}
2929
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3232 with :
3333 lfs : false
3434 fetch-depth : 1
3535
3636 - name : Install uv
37- uses : astral-sh/setup-uv@v5
37+ uses : astral-sh/setup-uv@e58605a9b6da7c637471fab8847a5e5a6b8df081 # v5
3838
3939 - name : Install dependencies
4040 working-directory : ./project/swelancer
You can’t perform that action at this time.
0 commit comments