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@936b87d881ecb3b746df8b7e88ae583de5423a07 # main
20+ uses : bufbuild/base-workflows/.github/workflows/add-to-project.yaml@1f59ddae24793e271c2a4fea27d9c8985b5e1f8e # main
2121 secrets : inherit
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ jobs:
2424 UV_RESOLUTION : " ${{ matrix.resolution }}"
2525 steps :
2626 - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
27- - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
27+ - uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5 .0
2828 with :
2929 go-version : stable
3030 # We use this to install certain tools defined in poe tasks
3131 cache-dependency-path : poe_tasks.toml
32- - uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2 .0
32+ - uses : astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3 .0
3333 with :
3434 python-version : ${{ matrix.python-version }}
3535 - run : uv sync
@@ -40,12 +40,12 @@ jobs:
4040 runs-on : ubuntu-latest
4141 steps :
4242 - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
43- - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
43+ - uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5 .0
4444 with :
4545 go-version : stable
4646 # We use this to install certain tools defined in poe tasks
4747 cache-dependency-path : poe_tasks.toml
48- - uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2 .0
48+ - uses : astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3 .0
4949 with :
5050 python-version : ${{ matrix.python-version }}
5151 - run : uv sync --locked
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@936b87d881ecb3b746df8b7e88ae583de5423a07 # main
12+ uses : bufbuild/base-workflows/.github/workflows/emergency-review-bypass.yaml@1f59ddae24793e271c2a4fea27d9c8985b5e1f8e # 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@936b87d881ecb3b746df8b7e88ae583de5423a07 # main
13+ uses : bufbuild/base-workflows/.github/workflows/notify-approval-bypass.yaml@1f59ddae24793e271c2a4fea27d9c8985b5e1f8e # 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@936b87d881ecb3b746df8b7e88ae583de5423a07 # main
18+ uses : bufbuild/base-workflows/.github/workflows/pr-title.yaml@1f59ddae24793e271c2a4fea27d9c8985b5e1f8e # 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@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2 .0
22+ - uses : astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3 .0
2323 - name : Build release
2424 run : |
2525 uv build
You can’t perform that action at this time.
0 commit comments