3232 runs-on : ubuntu-latest
3333 steps :
3434 - name : " Checkout Repository"
35- uses : actions/checkout@v6
35+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3636 - name : " Setup Python"
37- uses : actions/setup-python@v6
37+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
3838 with :
3939 python-version : " 3.14"
4040 cache : " pip"
5252 runs-on : ubuntu-latest
5353 steps :
5454 - name : " Checkout Repository"
55- uses : actions/checkout@v6
55+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5656 - name : " Setup Python"
57- uses : actions/setup-python@v6
57+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
5858 with :
5959 python-version : " 3.14"
6060 cache : " pip"
7070 runs-on : ubuntu-latest
7171 steps :
7272 - name : " Checkout Repository"
73- uses : actions/checkout@v6
73+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
7474 - name : " Setup Python"
75- uses : actions/setup-python@v6
75+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
7676 with :
7777 python-version : " 3.14"
7878 cache : " pip"
8383 pip install . --group dev
8484 - name : " Setup cache"
8585 id : cache-pylint
86- uses : actions/cache@v5
86+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
8787 with :
8888 path : .pylint.d
8989 key : pylint
9494 runs-on : ubuntu-latest
9595 steps :
9696 - name : " Checkout Repository"
97- uses : actions/checkout@v6
97+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
9898 - name : " Setup Python"
99- uses : actions/setup-python@v6
99+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
100100 with :
101101 python-version : " 3.14"
102102 cache : " pip"
@@ -107,7 +107,7 @@ jobs:
107107 pip install . --group dev
108108 - name : " Setup cache"
109109 id : cache-mypy
110- uses : actions/cache@v5
110+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
111111 with :
112112 path : .mypy_cache
113113 key : mypy
@@ -120,9 +120,9 @@ jobs:
120120 runs-on : ubuntu-latest
121121 steps :
122122 - name : " Checkout Repository"
123- uses : actions/checkout@v6
123+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
124124 - name : " Setup Python"
125- uses : actions/setup-python@v6
125+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
126126 with :
127127 python-version : " 3.14"
128128 cache : " pip"
@@ -144,10 +144,10 @@ jobs:
144144 python-version : [ "3.10", "3.11", "3.12", "3.13", "3.14" ]
145145 steps :
146146 - name : " Checkout Repository"
147- uses : actions/checkout@v6
147+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
148148
149149 - name : " Setup Python"
150- uses : actions/setup-python@v6
150+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
151151 with :
152152 python-version : ${{ matrix.python-version }}
153153 cache : " pip"
0 commit comments