Skip to content

Commit 9eebb41

Browse files
Update GitHub Actions (#490)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
1 parent 4e940e8 commit 9eebb41

6 files changed

Lines changed: 8 additions & 10 deletions

File tree

.github/workflows/add-to-project.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ on:
1717
jobs:
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

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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
@@ -44,7 +44,7 @@ jobs:
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

.github/workflows/emergency-review-bypass.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
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
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
name: Approval bypass notifier
22
on:
3-
pull_request:
4-
types:
5-
- closed
3+
push:
64
branches:
75
- main
86
permissions:
97
pull-requests: read
108
jobs:
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

.github/workflows/pr-title.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ on:
1515
- synchronize
1616
jobs:
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

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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

0 commit comments

Comments
 (0)