File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717jobs :
1818 call-workflow-add-to-project :
1919 name : Call workflow to add issue to project
20- uses : bufbuild/base-workflows/.github/workflows/add-to-project.yaml@7be6b0f6700ab0c62145c2b4ca2efd103bfc4895 # main
20+ uses : bufbuild/base-workflows/.github/workflows/add-to-project.yaml@936b87d881ecb3b746df8b7e88ae583de5423a07 # main
2121 secrets : inherit
Original file line number Diff line number Diff line change 2929 go-version : stable
3030 # We use this to install `buf`, and the `buf` version is controlled by the Makefile.
3131 cache-dependency-path : Makefile
32- - uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
32+ - uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
3333 with :
3434 python-version : ${{ matrix.python-version }}
3535 - run : make install
Original file line number Diff line number Diff line change 99 approve :
1010 name : Approve
1111 if : github.event.label.name == 'Emergency Bypass Review'
12- uses : bufbuild/base-workflows/.github/workflows/emergency-review-bypass.yaml@7be6b0f6700ab0c62145c2b4ca2efd103bfc4895 # main
12+ uses : bufbuild/base-workflows/.github/workflows/emergency-review-bypass.yaml@936b87d881ecb3b746df8b7e88ae583de5423a07 # main
1313 secrets : inherit
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ permissions:
1010jobs :
1111 notify :
1212 name : Notify
13- uses : bufbuild/base-workflows/.github/workflows/notify-approval-bypass.yaml@7be6b0f6700ab0c62145c2b4ca2efd103bfc4895 # main
13+ uses : bufbuild/base-workflows/.github/workflows/notify-approval-bypass.yaml@936b87d881ecb3b746df8b7e88ae583de5423a07 # main
1414 secrets : inherit
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@7be6b0f6700ab0c62145c2b4ca2efd103bfc4895 # main
18+ uses : bufbuild/base-workflows/.github/workflows/pr-title.yaml@936b87d881ecb3b746df8b7e88ae583de5423a07 # main
Original file line number Diff line number Diff line change 1919 run : |
2020 VERSION=${{github.head_ref}}
2121 echo "VERSION=${VERSION##*/}" >> $GITHUB_ENV
22- - uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
22+ - uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
2323 - name : Build release
2424 run : |
2525 uv build
You can’t perform that action at this time.
0 commit comments