@@ -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/openfpgaloader-python/openfpgaloader-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'
6262 run : pip install cibuildwheel
6363
6464 - name : Set up MSYS2 (windows)
65- uses : msys2/setup-msys2@v2
65+ uses : msys2/setup-msys2@66cd2cce69caa17b53920067426061ca1de3a884 # v2.32.0
6666 with :
6767 msystem : UCRT64
6868 update : true
9595 if : ${{ matrix.os == 'windows-2022' }}
9696
9797 - name : Upload Wheel
98- uses : actions/upload-artifact@v7
98+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9999 with :
100100 name : dist-${{ runner.os }}-${{ runner.arch }}-${{ matrix.python-version }}
101101 path : dist/*.whl
0 commit comments