@@ -20,14 +20,14 @@ jobs:
2020 python_version_publish : " 3.13"
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2424 - name : Cache packages
25- uses : actions/cache@v4
25+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2626 with :
2727 path : ~/.cache
2828 key : ${{ runner.os }}-python${{ env.python_version_publish }}-pipcache
2929 - name : Setup Python
30- uses : actions/setup-python@v5
30+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
3131 with :
3232 python-version : ${{ env.python_version_publish }}
3333 - name : Install denendencies
@@ -58,15 +58,15 @@ jobs:
5858 runs-on : ${{ matrix.runs-on }}
5959 steps :
6060 - name : Checkout
61- uses : actions/checkout@v4
61+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
6262 - name : Cache packages
6363 # https://github.com/actions/cache/issues/152
64- uses : actions/cache@v4
64+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
6565 with :
6666 path : ~/.cache
6767 key : ${{ runner.os }}-python${{ matrix.python-version }}-pipcache
6868 - name : Setup Python
69- uses : actions/setup-python@v5
69+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
7070 with :
7171 python-version : ${{ matrix.python-version }}
7272 - name : Install denendencies
7676 run : |
7777 make test
7878 - name : Run codecov
79- uses : codecov/codecov-action@v5
79+ uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
8080 if : matrix.python-version == env.python_version_codecov
8181
8282 lint :
@@ -86,14 +86,14 @@ jobs:
8686 python_version_lint : " 3.13"
8787 steps :
8888 - name : Checkout
89- uses : actions/checkout@v4
89+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
9090 - name : Cache packages
91- uses : actions/cache@v4
91+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
9292 with :
9393 path : ~/.cache
9494 key : ${{ runner.os }}-python${{ env.python_version_lint }}-pipcache
9595 - name : Setup Python
96- uses : actions/setup-python@v5
96+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
9797 with :
9898 python-version : ${{ env.python_version_lint }}
9999 - name : Install denendencies
0 commit comments