Skip to content

Commit 4cabafa

Browse files
chore(deps): pin dependencies (#1)
Co-authored-by: msclock-bot[bot] <163820484+msclock-bot[bot]@users.noreply.github.com>
1 parent dcd4b9f commit 4cabafa

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/cd.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
name: Make SDist
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2525
with:
2626
fetch-depth: 0
2727

2828
- name: Build SDist
2929
run: pipx run build --sdist
3030

31-
- uses: actions/upload-artifact@v4
31+
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
3232
with:
3333
name: cibw-sdist
3434
path: dist/*.tar.gz
@@ -42,14 +42,14 @@ jobs:
4242
os: [ubuntu-22.04, windows-2022, macos-14]
4343

4444
steps:
45-
- uses: actions/checkout@v4
45+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4646
with:
4747
fetch-depth: 0
4848

49-
- uses: pypa/cibuildwheel@v2.21
49+
- uses: pypa/cibuildwheel@7940a4c0e76eb2030e473a5f864f291f63ee879b # v2.21
5050

5151
- name: Upload wheels
52-
uses: actions/upload-artifact@v4
52+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
5353
with:
5454
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
5555
path: wheelhouse/*.whl
@@ -63,7 +63,7 @@ jobs:
6363
if: github.event_name == 'release' && github.event.action == 'published'
6464

6565
steps:
66-
- uses: actions/download-artifact@v4
66+
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
6767
with:
6868
pattern: cibw-*
6969
path: dist

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
name: Check Python ${{ matrix.python-version }} on ${{ matrix.runs-on }}
5959

6060
steps:
61-
- uses: actions/checkout@v4
61+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6262
with:
6363
fetch-depth: 0
6464

@@ -72,7 +72,7 @@ jobs:
7272
key: ${{ matrix.python-version }}-${{ matrix.runs-on }}-${{ hashFiles('vcpkg.json') }}
7373
restore-keys: ${{ matrix.python-version }}-${{ matrix.runs-on }}-${{ hashFiles('vcpkg.json') }}
7474

75-
- uses: actions/setup-python@v5
75+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
7676
with:
7777
python-version: ${{ matrix.python-version }}
7878

@@ -85,15 +85,15 @@ jobs:
8585
--durations=20
8686
8787
- name: Upload coverage report
88-
uses: codecov/codecov-action@v3.1.4
88+
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
8989

9090
check-docs:
9191
runs-on: ubuntu-22.04
9292
needs: [pre-commit]
9393
timeout-minutes: 15
9494

9595
steps:
96-
- uses: actions/checkout@v4
96+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
9797
with:
9898
fetch-depth: 0
9999

@@ -107,7 +107,7 @@ jobs:
107107
key: docs-${{ hashFiles('vcpkg.json') }}
108108
restore-keys: docs-${{ hashFiles('vcpkg.json') }}
109109

110-
- uses: actions/setup-python@v5
110+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
111111
with:
112112
python-version: 3.x
113113

0 commit comments

Comments
 (0)