Skip to content

Commit 086f6ca

Browse files
committed
pin actions
1 parent 2b934e4 commit 086f6ca

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,28 +31,28 @@ jobs:
3131
cibuildwheel:
3232
- "cp311"
3333
steps:
34-
- uses: actions/checkout@v6
34+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3535
with:
3636
submodules: 'true'
3737

3838
- name: Setup cache (mac/linux)
39-
uses: actions/cache@v5
39+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
4040
with:
4141
path: "/home/runner/work/verible-python/verible-python/.ccache"
4242
key: cache-${{ runner.os }}-
4343
restore-keys: cache-${{ runner.os }}-
4444
if: ${{ runner.os != 'Windows' }}
4545

4646
- name: Setup cache (windows)
47-
uses: actions/cache@v5
47+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
4848
with:
4949
path: "C:/ProgramData/chocolatey/"
5050
key: cache-${{ runner.os }}-
5151
restore-keys: cache-${{ runner.os }}-
5252
if: ${{ runner.os == 'Windows' }}
5353

5454
- name: Set up Python ${{ matrix.python-version }}
55-
uses: actions/setup-python@v6
55+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
5656
with:
5757
python-version: ${{ matrix.python-version }}
5858
cache: 'pip'
@@ -84,7 +84,7 @@ jobs:
8484
if: ${{ matrix.os == 'windows-2022' }}
8585

8686
- name: Upload Wheel
87-
uses: actions/upload-artifact@v7
87+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8888
with:
8989
name: dist-${{ runner.os }}-${{ runner.arch }}-${{ matrix.python-version }}
9090
path: dist/*.whl

0 commit comments

Comments
 (0)