Skip to content

Commit 1207609

Browse files
committed
Pin actions to SHAs
1 parent 83acf02 commit 1207609

11 files changed

Lines changed: 23 additions & 23 deletions

.github/workflows/all_core_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919

2020
steps:
2121
- name: Check out repo
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@0c366fd6a
2323
with:
2424
persist-credentials: false
2525

2626
- name: Install Python
27-
uses: actions/setup-python@v6
27+
uses: actions/setup-python@28f2168f4d9
2828
with:
2929
python-version: '3.13'
3030
cache: 'pip'

.github/workflows/ready_doctest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222

2323
steps:
2424
- name: Check out repo
25-
uses: actions/checkout@v6
25+
uses: actions/checkout@0c366fd6a
2626
with:
2727
persist-credentials: false
2828

2929
- name: Install Python
30-
uses: actions/setup-python@v6
30+
uses: actions/setup-python@28f2168f4d9
3131
with:
3232
python-version: '3.13'
3333
cache: 'pip'

.github/workflows/ready_linting.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222

2323
steps:
2424
- name: Check out repo
25-
uses: actions/checkout@v6
25+
uses: actions/checkout@0c366fd6a
2626
with:
2727
persist-credentials: false
2828

2929
- name: Install Python
30-
uses: actions/setup-python@v6
30+
uses: actions/setup-python@28f2168f4d9
3131
with:
3232
python-version: '3.13'
3333
cache: 'pip'
@@ -52,12 +52,12 @@ jobs:
5252

5353
steps:
5454
- name: Check out repo
55-
uses: actions/checkout@v6
55+
uses: actions/checkout@0c366fd6a
5656
with:
5757
persist-credentials: false
5858

5959
- name: Install Python
60-
uses: actions/setup-python@v6
60+
uses: actions/setup-python@28f2168f4d9
6161
with:
6262
python-version: '3.13'
6363
cache: 'pip'

.github/workflows/ready_test_matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929

3030
steps:
3131
- name: Check out repo
32-
uses: actions/checkout@v6
32+
uses: actions/checkout@0c366fd6a
3333
with:
3434
persist-credentials: false
3535

3636
- name: Install Python
37-
uses: actions/setup-python@v6
37+
uses: actions/setup-python@28f2168f4d9
3838
with:
3939
python-version: ${{ matrix.py }}
4040
cache: 'pip'

.github/workflows/ready_test_nonloc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525

2626
steps:
2727
- name: Check out repo
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@0c366fd6a
2929
with:
3030
persist-credentials: false
3131

3232
- name: Install Python
33-
uses: actions/setup-python@v6
33+
uses: actions/setup-python@28f2168f4d9
3434
with:
3535
python-version: '3.13'
3636
cache: 'pip'

.github/workflows/release_check_sdist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121

2222
steps:
2323
- name: Check out repo
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@0c366fd6a
2525
with:
2626
persist-credentials: false
2727

2828
- name: Install Python
29-
uses: actions/setup-python@v6
29+
uses: actions/setup-python@28f2168f4d9
3030
with:
3131
python-version: '3.13'
3232
cache: 'pip'

.github/workflows/release_doc_warnings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121

2222
steps:
2323
- name: Check out repo
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@0c366fd6a
2525
with:
2626
persist-credentials: false
2727

2828
- name: Install Python
29-
uses: actions/setup-python@v6
29+
uses: actions/setup-python@28f2168f4d9
3030
with:
3131
python-version: '3.13'
3232
cache: 'pip'

.github/workflows/release_enusre_no_ver_markers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Check out repo
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@0c366fd6a
2525
with:
2626
persist-credentials: false
2727

.github/workflows/release_flake8_noqa_nofail.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121

2222
steps:
2323
- name: Check out repo
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@0c366fd6a
2525
with:
2626
persist-credentials: false
2727

2828
- name: Install Python
29-
uses: actions/setup-python@v6
29+
uses: actions/setup-python@28f2168f4d9
3030
with:
3131
python-version: '3.13'
3232
cache: 'pip'

.github/workflows/release_readme_doctest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121

2222
steps:
2323
- name: Check out repo
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@0c366fd6a
2525
with:
2626
persist-credentials: false
2727

2828
- name: Install Python
29-
uses: actions/setup-python@v6
29+
uses: actions/setup-python@28f2168f4d9
3030
with:
3131
python-version: '3.13'
3232
cache: 'pip'

0 commit comments

Comments
 (0)