Skip to content

Commit fdcc996

Browse files
Update GitHub Actions
1 parent 5875d73 commit fdcc996

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.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@main
20+
uses: bufbuild/base-workflows/.github/workflows/add-to-project.yaml@7be6b0f6700ab0c62145c2b4ca2efd103bfc4895 # main
2121
secrets: inherit

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
UV_RESOLUTION: "${{ matrix.resolution }}"
2525
steps:
2626
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
27-
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
27+
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
2828
with:
2929
go-version: stable
3030
# We use this to install `buf`, and the `buf` version is controlled by the Makefile.

.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@main
12+
uses: bufbuild/base-workflows/.github/workflows/emergency-review-bypass.yaml@7be6b0f6700ab0c62145c2b4ca2efd103bfc4895 # main
1313
secrets: inherit

.github/workflows/notify-approval-bypass.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ permissions:
1010
jobs:
1111
notify:
1212
name: Notify
13-
uses: bufbuild/base-workflows/.github/workflows/notify-approval-bypass.yaml@main
13+
uses: bufbuild/base-workflows/.github/workflows/notify-approval-bypass.yaml@7be6b0f6700ab0c62145c2b4ca2efd103bfc4895 # main
1414
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@main
18+
uses: bufbuild/base-workflows/.github/workflows/pr-title.yaml@7be6b0f6700ab0c62145c2b4ca2efd103bfc4895 # main

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
path: dist
5151

5252
- name: Publish on PyPI
53-
uses: pypa/gh-action-pypi-publish@release/v1
53+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1

0 commit comments

Comments
 (0)