Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
cache: true

- name: Set up buf
uses: bufbuild/buf-setup-action@v1
uses: bufbuild/buf-action@v1
with:
setup_only: true
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Generate protobuf files
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ jobs:
cache: true

- name: Set up buf
uses: bufbuild/buf-setup-action@v1
uses: bufbuild/buf-action@v1
with:
setup_only: true
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Generate protobuf files
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@ jobs:
# Set up buf for protobuf generation (pinned version for reproducibility)
- name: Set up buf
if: matrix.language == 'go'
uses: bufbuild/buf-setup-action@v1.50.0
uses: bufbuild/buf-action@v1
with:
setup_only: true
github_token: ${{ secrets.GITHUB_TOKEN }}

# Generate protobuf files before CodeQL analysis
Expand Down
15 changes: 10 additions & 5 deletions .github/workflows/control-plane-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ jobs:
cache: true

- name: Set up buf
uses: bufbuild/buf-setup-action@v1
uses: bufbuild/buf-action@v1
with:
setup_only: true
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Generate protobuf files
Expand Down Expand Up @@ -83,8 +84,9 @@ jobs:
cache: true

- name: Set up buf
uses: bufbuild/buf-setup-action@v1
uses: bufbuild/buf-action@v1
with:
setup_only: true
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Install protoc-gen-jsonschema
Expand Down Expand Up @@ -119,8 +121,9 @@ jobs:
cache: true

- name: Set up buf
uses: bufbuild/buf-setup-action@v1
uses: bufbuild/buf-action@v1
with:
setup_only: true
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Generate protobuf files
Expand Down Expand Up @@ -164,8 +167,9 @@ jobs:
cache: true

- name: Set up buf
uses: bufbuild/buf-setup-action@v1
uses: bufbuild/buf-action@v1
with:
setup_only: true
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Generate protobuf files
Expand Down Expand Up @@ -207,8 +211,9 @@ jobs:
cache: true

- name: Set up buf
uses: bufbuild/buf-setup-action@v1
uses: bufbuild/buf-action@v1
with:
setup_only: true
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Generate protobuf files
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/conventions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ jobs:
uses: actions/checkout@v6

- name: Set up buf
uses: bufbuild/buf-setup-action@v1
uses: bufbuild/buf-action@v1
with:
setup_only: true
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Node.js
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/deploy-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ jobs:
cache: true

- name: Set up buf
uses: bufbuild/buf-setup-action@v1
uses: bufbuild/buf-action@v1
with:
setup_only: true
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Generate protobuf files
Expand Down Expand Up @@ -112,8 +113,9 @@ jobs:
cache-dependency-path: frontend/package-lock.json

- name: Set up buf
uses: bufbuild/buf-setup-action@v1
uses: bufbuild/buf-action@v1
with:
setup_only: true
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Install dependencies
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/deploy-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ jobs:
cache: true

- name: Set up buf
uses: bufbuild/buf-setup-action@v1
uses: bufbuild/buf-action@v1
with:
setup_only: true
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Generate protobuf files
Expand Down Expand Up @@ -112,8 +113,9 @@ jobs:
cache-dependency-path: frontend/package-lock.json

- name: Set up buf
uses: bufbuild/buf-setup-action@v1
uses: bufbuild/buf-action@v1
with:
setup_only: true
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Install dependencies
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ jobs:
cache: true

- name: Set up buf
uses: bufbuild/buf-setup-action@v1
uses: bufbuild/buf-action@v1
with:
setup_only: true
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Node.js
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
cache: true

- name: Set up buf
uses: bufbuild/buf-setup-action@v1
uses: bufbuild/buf-action@v1
with:
setup_only: true
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Generate protobuf files
Expand Down Expand Up @@ -104,8 +105,9 @@ jobs:
cache: true

- name: Set up buf
uses: bufbuild/buf-setup-action@v1
uses: bufbuild/buf-action@v1
with:
setup_only: true
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Generate protobuf files
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ jobs:
uses: actions/checkout@v6

- name: Set up buf
uses: bufbuild/buf-setup-action@v1
uses: bufbuild/buf-action@v1
with:
setup_only: true
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Run buf lint
Expand Down Expand Up @@ -81,8 +82,9 @@ jobs:

- name: Set up buf
if: steps.check-label.outputs.skip != 'true'
uses: bufbuild/buf-setup-action@v1
uses: bufbuild/buf-action@v1
with:
setup_only: true
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Check for breaking proto changes
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ jobs:
cache: true

- name: Set up buf
uses: bufbuild/buf-setup-action@v1
uses: bufbuild/buf-action@v1
with:
setup_only: true
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Generate protobuf files
Expand Down Expand Up @@ -101,8 +102,9 @@ jobs:
cache: true

- name: Set up buf
uses: bufbuild/buf-setup-action@v1
uses: bufbuild/buf-action@v1
with:
setup_only: true
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Regenerate proto files
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/saga-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ jobs:
cache: true

- name: Set up buf
uses: bufbuild/buf-setup-action@v1
uses: bufbuild/buf-action@v1
with:
setup_only: true
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Generate protobuf files
Expand Down
12 changes: 8 additions & 4 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
cache: true

- name: Set up buf
uses: bufbuild/buf-setup-action@v1
uses: bufbuild/buf-action@v1
with:
setup_only: true
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Generate protobuf files
Expand Down Expand Up @@ -84,8 +85,9 @@ jobs:
cache: true

- name: Set up buf
uses: bufbuild/buf-setup-action@v1
uses: bufbuild/buf-action@v1
with:
setup_only: true
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Generate protobuf files
Expand Down Expand Up @@ -157,8 +159,9 @@ jobs:
uses: actions/checkout@v6

- name: Set up buf
uses: bufbuild/buf-setup-action@v1
uses: bufbuild/buf-action@v1
with:
setup_only: true
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Generate protobuf files
Expand Down Expand Up @@ -224,8 +227,9 @@ jobs:
uses: actions/checkout@v6

- name: Set up buf
uses: bufbuild/buf-setup-action@v1
uses: bufbuild/buf-action@v1
with:
setup_only: true
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Generate protobuf files
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ jobs:
cache: true

- name: Set up buf
uses: bufbuild/buf-setup-action@v1
uses: bufbuild/buf-action@v1
with:
setup_only: true
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Generate protobuf files
Expand Down Expand Up @@ -134,8 +135,9 @@ jobs:
cache: true

- name: Set up buf
uses: bufbuild/buf-setup-action@v1
uses: bufbuild/buf-action@v1
with:
setup_only: true
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Generate protobuf files
Expand Down
Loading