Skip to content

Commit 7467e06

Browse files
committed
pin commit hashes for actions
1 parent 64e1c36 commit 7467e06

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ jobs:
1515
matrix:
1616
os: [ubuntu-latest, windows-latest, macos-latest]
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
1919
- name: Set up QEMU
2020
if: runner.os == 'Linux'
21-
uses: docker/setup-qemu-action@v2
21+
uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18
2222
with:
2323
platforms: arm64
24-
- uses: joerick/cibuildwheel@v2.11.4
24+
- uses: joerick/cibuildwheel@27fc88e6385a995e61a87ee4b903bed263e6a6e2
2525
env:
2626
CIBW_SKIP: 'pp*'
2727
CIBW_ARCHS_LINUX: auto aarch64
2828
CIBW_ARCHS_MACOS: auto universal2
29-
- uses: actions/upload-artifact@v2
29+
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
3030
with:
3131
path: ./wheelhouse

.github/workflows/lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
lock:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: dessant/lock-threads@v4
22+
- uses: dessant/lock-threads@c1b35aecc5cdb1a34539d14196df55838bb2f836
2323
with:
2424
issue-inactive-days: 14
2525
pr-inactive-days: 14

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
- {name: 'PyPy', python: 'pypy-3.9', os: ubuntu-latest, tox: pypy39}
3636
- {name: Typing, python: '3.11', os: ubuntu-latest, tox: typing}
3737
steps:
38-
- uses: actions/checkout@v3
39-
- uses: actions/setup-python@v4
38+
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
39+
- uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912
4040
with:
4141
python-version: ${{ matrix.python }}
4242
cache: 'pip'
@@ -47,7 +47,7 @@ jobs:
4747
pip install -U setuptools
4848
python -m pip install -U pip
4949
- name: cache mypy
50-
uses: actions/cache@v3
50+
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12
5151
with:
5252
path: ./.mypy_cache
5353
key: mypy|${{ matrix.python }}|${{ hashFiles('setup.cfg') }}

0 commit comments

Comments
 (0)