Skip to content

Commit 4f6bcfd

Browse files
authored
workflows: Pin actions/checkout to its latest release SHA (#359)
Signed-off-by: Alex Cameron <[email protected]> Signed-off-by: Alex Cameron <[email protected]>
1 parent ef3ccfc commit 4f6bcfd

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- "3.11"
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@d171c3b028d844f2bf14e9fdec0c58114451e4bf
26+
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
2727
- uses: actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9
2828
with:
2929
python-version: ${{ matrix.python }}
@@ -43,7 +43,7 @@ jobs:
4343
licenses:
4444
runs-on: ubuntu-latest
4545
steps:
46-
- uses: actions/checkout@d171c3b028d844f2bf14e9fdec0c58114451e4bf
46+
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
4747
# adapted from Warehouse's bin/licenses
4848
- run: |
4949
for fn in $(find . -type f -name "*.py"); do
@@ -56,7 +56,7 @@ jobs:
5656
lint:
5757
runs-on: ubuntu-latest
5858
steps:
59-
- uses: actions/checkout@d171c3b028d844f2bf14e9fdec0c58114451e4bf
59+
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
6060
- uses: actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9
6161
with:
6262
python-version: "3.7"
@@ -68,7 +68,7 @@ jobs:
6868
check-readme:
6969
runs-on: ubuntu-latest
7070
steps:
71-
- uses: actions/checkout@d171c3b028d844f2bf14e9fdec0c58114451e4bf
71+
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
7272
- uses: actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9
7373
with:
7474
python-version: "3.x"

.github/workflows/conformance.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
id-token: write
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@d171c3b028d844f2bf14e9fdec0c58114451e4bf
18+
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
1919
- uses: actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9
2020
- name: install sigstore-python
2121
run: python -m pip install .

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
outputs:
1515
hashes: ${{ steps.hash.outputs.hashes }}
1616
steps:
17-
- uses: actions/checkout@d171c3b028d844f2bf14e9fdec0c58114451e4bf
17+
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
1818

1919
- uses: actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9
2020
with:

.github/workflows/scorecards-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id-token: write
2525
steps:
2626
- name: "Checkout code"
27-
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0
27+
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
2828
with:
2929
persist-credentials: false
3030

.github/workflows/staging-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
staging-tests:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@d171c3b028d844f2bf14e9fdec0c58114451e4bf
21+
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
2222

2323
- uses: actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9
2424

0 commit comments

Comments
 (0)