Skip to content

Commit 6a0b00a

Browse files
committed
Pin GitHub Actions workflow references
1 parent 20ba718 commit 6a0b00a

9 files changed

Lines changed: 19 additions & 19 deletions

.github/workflows/alcatraz_lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
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

.github/workflows/compatibility_api_lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/compatibility_api_preparedness_lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/paperbench_lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/paperbench_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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
@@ -37,7 +37,7 @@ jobs:
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
@@ -47,7 +47,7 @@ jobs:
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

.github/workflows/preparedness_turncompleter_lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/preparedness_turncompleter_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/swelancer_lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)