File tree Expand file tree Collapse file tree
conformance/test/gen/connectrpc/conformance/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ permissions: {}
2020jobs :
2121 call-workflow-add-to-project :
2222 name : Call workflow to add issue to project
23- uses : connectrpc/base-workflows/.github/workflows/add-to-project.yaml@main
23+ uses : connectrpc/base-workflows/.github/workflows/add-to-project.yaml@2c9b8323e8bc69bf296e283f13fcae22f3aa6a60 # main
2424 secrets : inherit
Original file line number Diff line number Diff line change 5858 steps :
5959 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6060
61- - uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6 .0
61+ - uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
6262 with :
6363 python-version : ${{ matrix.python }}
6464
@@ -101,7 +101,7 @@ jobs:
101101 env :
102102 BUF_TOKEN : ${{ secrets.BUF_TOKEN }}
103103
104- - uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
104+ - uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
105105 if : ${{ matrix.coverage == 'cov' }}
106106 with :
107107 token : ${{ secrets.CODECOV_TOKEN }}
@@ -112,7 +112,7 @@ jobs:
112112 steps :
113113 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
114114
115- - uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6 .0
115+ - uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
116116
117117 - run : uv sync --frozen
118118
Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ jobs:
3030 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131
3232 - name : Initialize CodeQL
33- uses : github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34 .1
33+ uses : github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35 .1
3434 with :
3535 languages : ${{ matrix.language }}
3636 build-mode : ${{ matrix.build-mode }}
3737
3838 - name : Perform CodeQL Analysis
39- uses : github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34 .1
39+ uses : github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35 .1
4040 with :
4141 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 3131 steps :
3232 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3333
34- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
35-
36- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
37-
38- - uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
34+ - uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
3935
4036 - run : uv run --group docs --no-dev zensical build --clean
4137
4440 with :
4541 path : site
4642
47- - uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4 .0.5
43+ - uses : actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5 .0.0
4844 if : github.event_name != 'pull_request'
4945 id : deployment
Original file line number Diff line number Diff line change 1515 - synchronize
1616jobs :
1717 lint :
18- uses : bufbuild/base-workflows/.github/workflows/pr-title.yaml@main
18+ uses : bufbuild/base-workflows/.github/workflows/pr-title.yaml@7be6b0f6700ab0c62145c2b4ca2efd103bfc4895 # main
Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919
20- - uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6 .0
20+ - uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
2121
2222 - run : uv sync --frozen
2323
Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919
20- - uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6 .0
20+ - uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
2121
2222 - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
2323 with :
Original file line number Diff line number Diff line change 11# Generated by https://github.com/connectrpc/connect-python. DO NOT EDIT!
22# source: connectrpc/conformance/v1/service.proto
3+
34from __future__ import annotations
45
56from typing import TYPE_CHECKING , Protocol
Original file line number Diff line number Diff line change @@ -63,10 +63,6 @@ dev = [
6363 # a transitive dependency, so we go ahead and leave it out.
6464 " connectrpc>=0.8.0" ,
6565
66- " opentelemetry-instrumentation-asgi==0.61b0" ,
67- " opentelemetry-instrumentation-wsgi==0.61b0" ,
68- " opentelemetry-sdk==1.40.0" ,
69-
7066 " connect-python-example" ,
7167 " pytest" ,
7268]
Original file line number Diff line number Diff line change 11# Generated by https://github.com/connectrpc/connect-python. DO NOT EDIT!
22# source: example/eliza.proto
3+
34from __future__ import annotations
45
56from typing import TYPE_CHECKING , Protocol
You can’t perform that action at this time.
0 commit comments