1515 tags :
1616 - ' v*'
1717 workflow_dispatch :
18- workflow_run :
19- workflows : ['Update pre-commit hooks']
20- branches :
21- - update-pre-commit-hooks
22- types :
23- - completed
2418
2519env :
2620 FORCE_COLOR : 1
3832 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3933
4034 - name : Install uv
41- uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78
35+ uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57
4236 with :
4337 python-version : ' 3.14'
4438 version : ' 0.9.16'
@@ -61,12 +55,12 @@ jobs:
6155 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
6256
6357 - name : Initialize CodeQL
64- uses : github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc
58+ uses : github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13
6559 with :
6660 languages : python
6761
6862 - name : Perform CodeQL Analysis
69- uses : github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc
63+ uses : github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13
7064 with :
7165 category : ' /language:python'
7266
9286 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
9387
9488 - name : Install uv
95- uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78
89+ uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57
9690 with :
9791 python-version : ${{ matrix.python-version }}
9892 version : ' 0.9.16'
@@ -107,7 +101,7 @@ jobs:
107101 run : make test
108102
109103 - name : Upload coverage to Codecov
110- uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad
104+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2
111105 with :
112106 token : ${{ secrets.CODECOV_TOKEN }}
113107
@@ -120,7 +114,7 @@ jobs:
120114 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
121115
122116 - name : Install uv
123- uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78
117+ uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57
124118 with :
125119 python-version : ' 3.14'
126120 version : ' 0.9.16'
@@ -170,7 +164,7 @@ jobs:
170164 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
171165
172166 - name : Install uv
173- uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78
167+ uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57
174168 with :
175169 python-version : ' 3.14'
176170 version : ' 0.9.16'
@@ -205,7 +199,7 @@ jobs:
205199 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
206200
207201 - name : Install uv
208- uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78
202+ uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57
209203 with :
210204 python-version : ' 3.14'
211205 version : ' 0.9.16'
@@ -265,7 +259,7 @@ jobs:
265259 done
266260
267261 - name : Sign the files using Sigstore
268- uses : sigstore/gh-action-sigstore-python@a5caf349bc536fbef3668a10ed7f5cd309a4b53d
262+ uses : sigstore/gh-action-sigstore-python@04cffa1d795717b140764e8b640de88853c92acc
269263 with :
270264 inputs : |
271265 ./dist/*.tar.gz
0 commit comments