Skip to content

Commit 8630a0f

Browse files
committed
Replaced actions/checkout@v4 and actions/setup-python@v5 with a full-length commit SHA.
Signed-off-by: Chin Yeung Li <tli@nexb.com>
1 parent 4df0bb9 commit 8630a0f

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/docs-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717

1818
- name: Set up Python ${{ matrix.python-version }}
19-
uses: actions/setup-python@v5
19+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222

.github/workflows/pypi-release.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ jobs:
2424
runs-on: ubuntu-24.04
2525

2626
steps:
27-
- uses: actions/checkout@v4
28-
- uses: actions/checkout@v4
27+
- name: Checkout code
28+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
29+
2930
- name: Set up Python
30-
uses: actions/setup-python@v5
31+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3132
with:
3233
python-version: 3.12
3334

@@ -85,4 +86,4 @@ jobs:
8586

8687
- name: Publish to PyPI
8788
if: startsWith(github.ref, 'refs/tags')
88-
uses: pypa/gh-action-pypi-publish@release/v1
89+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)