File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff 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
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
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments