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@1f59ddae24793e271c2a4fea27d9c8985b5e1f8e # main
20+ uses : bufbuild/base-workflows/.github/workflows/add-to-project.yaml@b9f8cecd03b72609cd9d965bf0ee4d136eaf069d # main
2121 secrets : inherit
Original file line number Diff line number Diff line change 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@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
32+ - uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
3333 with :
3434 python-version : ${{ matrix.python-version }}
3535 - run : uv sync
4444 go-version : stable
4545 # We use this to install certain tools defined in poe tasks
4646 cache-dependency-path : poe_tasks.toml
47- - uses : astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
47+ - uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
4848 with :
4949 python-version : ${{ matrix.python-version }}
5050 - 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@1f59ddae24793e271c2a4fea27d9c8985b5e1f8e # main
12+ uses : bufbuild/base-workflows/.github/workflows/emergency-review-bypass.yaml@b9f8cecd03b72609cd9d965bf0ee4d136eaf069d # main
1313 secrets : inherit
Original file line number Diff line number Diff line change 11name : Approval bypass notifier
22on :
3- pull_request :
4- types :
5- - closed
3+ push :
64 branches :
75 - main
86permissions :
97 pull-requests : read
108jobs :
119 notify :
1210 name : Notify
13- uses : bufbuild/base-workflows/.github/workflows/notify-approval-bypass.yaml@1f59ddae24793e271c2a4fea27d9c8985b5e1f8e # main
11+ uses : bufbuild/base-workflows/.github/workflows/notify-approval-bypass.yaml@b9f8cecd03b72609cd9d965bf0ee4d136eaf069d # main
1412 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@1f59ddae24793e271c2a4fea27d9c8985b5e1f8e # main
18+ uses : bufbuild/base-workflows/.github/workflows/pr-title.yaml@b9f8cecd03b72609cd9d965bf0ee4d136eaf069d # 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@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
22+ - uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
2323 - name : Build release
2424 run : |
2525 uv build
You can’t perform that action at this time.
0 commit comments